Html Css Color HEX #D08B11 Gamboge

📋 copy color: '#D08B11'

red 208 ◦ green 139 ◦ blue 17

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

Shades of Gamboge #D08B11

Tints of Gamboge #D08B11

RGB

 RED value IS 208 (81.64% from 255) = 57.14%

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 57.14%
G = 38.19%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08B11 (or 0xD08B11) is known color: Gamboge. HEX triplet: D0, 8B and 11. RGB value is (208,139,17). Sum of RGB (Red+Green+Blue) = 208+139+17=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08B11 is #2F74EE. Grayscale: #929292. Windows color (decimal): -3110127 or 1149904. OLE color: 1149904.

HSL color Cylindrical-coordinate representation of color #D08B11: hue angle of 38.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08B11 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 139 17 -
CMYK 0 0.33 0.92 0.18
HSL 38.32º 0.85% 0.44% -
HSV(B) 38.32º 0.92% 0.82% -
XYZ 35.35 31.92 4.83 -
YUV 145.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 208 139 17 0 0.33 0.92 0.18 38.32 0.85 0.44
Hex D0 8B 11 0 21 5C 12 26 55 2C
Octal 320 213 21 0 41 134 22 46 125 54
Binary 11010000 10001011 10001 0 100001 1011100 10010 100110 1010101 101100

Color Harmonies of #D08B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B11

Black with #D08B11

Text Example


Text Example

White with #D08B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B11; }

 p { color: rgb(208,139,17); }

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

background-color css

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

 a { background-color: rgb(208,139,17); }

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

border-color css

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

 span { border-color: rgb(208,139,17); }

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