Html Css Color HEX #D38808 Gamboge

📋 copy color: '#D38808'

red 211 ◦ green 136 ◦ blue 8

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

Shades of Gamboge #D38808

Tints of Gamboge #D38808

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

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

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

R = 59.44%
G = 38.31%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D38808 (or 0xD38808) is known color: Gamboge. HEX triplet: D3, 88 and 08. RGB value is (211,136,8). Sum of RGB (Red+Green+Blue) = 211+136+8=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D38808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38808 is #2C77F7. Grayscale: #909090. Windows color (decimal): -2914296 or 559315. OLE color: 559315.

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

Color convert

RGB 211 136 8 -
CMYK 0 0.36 0.96 0.17
HSL 37.83º 0.93% 0.43% -
HSV(B) 37.83º 0.96% 0.83% -
XYZ 35.71 31.47 4.42 -
YUV 143.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 211 136 8 0 0.36 0.96 0.17 37.83 0.93 0.43
Hex D3 88 8 0 24 60 11 26 5D 2B
Octal 323 210 10 0 44 140 21 46 135 53
Binary 11010011 10001000 1000 0 100100 1100000 10001 100110 1011101 101011

Color Harmonies of #D38808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38808

Black with #D38808

Text Example


Text Example

White with #D38808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38808; }

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

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

background-color css

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

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

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

border-color css

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

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

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