Html Css Color HEX #D58808 Gamboge

📋 copy color: '#D58808'

red 213 ◦ green 136 ◦ blue 8

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

Shades of Gamboge #D58808

Tints of Gamboge #D58808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.24%

R = 59.66%
G = 38.1%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58808 (or 0xD58808) is known color: Gamboge. HEX triplet: D5, 88 and 08. RGB value is (213,136,8). Sum of RGB (Red+Green+Blue) = 213+136+8=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D58808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58808 is #2A77F7. Grayscale: #919191. Windows color (decimal): -2783224 or 559317. OLE color: 559317.

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

Color convert

RGB 213 136 8 -
CMYK 0 0.36 0.96 0.16
HSL 37.46º 0.93% 0.43% -
HSV(B) 37.46º 0.96% 0.84% -
XYZ 36.29 31.77 4.45 -
YUV 144.43 51.01 176.91 -
System Red Green Blue C M Y K H S L
Decimal 213 136 8 0 0.36 0.96 0.16 37.46 0.93 0.43
Hex D5 88 8 0 24 60 10 25 5D 2B
Octal 325 210 10 0 44 140 20 45 135 53
Binary 11010101 10001000 1000 0 100100 1100000 10000 100101 1011101 101011

Color Harmonies of #D58808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58808

Black with #D58808

Text Example


Text Example

White with #D58808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58808; }

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

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

background-color css

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

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

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

border-color css

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

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

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