Html Css Color HEX #D58800 Gamboge

📋 copy color: '#D58800'

red 213 ◦ green 136 ◦ blue 0

#D58800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #D58800

Tints of Gamboge #D58800

RGB

 RED value IS 213 (83.59% from 255) = 61.03%

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.03%
G = 38.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D58800 (or 0xD58800) is known color: Gamboge. HEX triplet: D5, 88 and 00. RGB value is (213,136,0). Sum of RGB (Red+Green+Blue) = 213+136+0=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D58800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58800 is #2A77FF. Grayscale: #909090. Windows color (decimal): -2783232 or 35029. OLE color: 35029.

HSL color Cylindrical-coordinate representation of color #D58800: hue angle of 38.31º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58800 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 0 -
CMYK 0 0.36 1 0.16
HSL 38.31º 1% 0.42% -
HSV(B) 38.31º 1% 0.84% -
XYZ 36.24 31.75 4.22 -
YUV 143.52 47.01 177.56 -
System Red Green Blue C M Y K H S L
Decimal 213 136 0 0 0.36 1 0.16 38.31 1 0.42
Hex D5 88 0 0 24 64 10 26 64 2A
Octal 325 210 0 0 44 144 20 46 144 52
Binary 11010101 10001000 0 0 100100 1100100 10000 100110 1100100 101010

Color Harmonies of #D58800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58800

Black with #D58800

Text Example


Text Example

White with #D58800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58800; }

 p { color: rgb(213,136,0); }

 H1.HeaderClassName
 {
   color: #D58800;
 }
 .AnyTagClassName
 {
   color: #D58800;
 }
</style>

background-color css

<style>
 a { background-color: #D58800; }

 a { background-color: rgb(213,136,0); }

 div.DivClassName
 {
   background-color: #D58800;
 }
 .BgClassName
 {
   background-color: #D58800;
 }
</style>

border-color css

<style>
 span { border-color: #D58800; }

 span { border-color: rgb(213,136,0); }

 td.TdClassName
 {
   border-color: #D58800;
 }
 .TagClassName
 {
   border-color: #D58800;
 }
</style>