Html Css Color HEX #D08F11 Gamboge

📋 copy color: '#D08F11'

red 208 ◦ green 143 ◦ blue 17

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

Shades of Gamboge #D08F11

Tints of Gamboge #D08F11

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 56.52%
G = 38.86%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08F11 (or 0xD08F11) is known color: Gamboge. HEX triplet: D0, 8F and 11. RGB value is (208,143,17). Sum of RGB (Red+Green+Blue) = 208+143+17=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F11 is #2F70EE. Grayscale: #949494. Windows color (decimal): -3109103 or 1150928. OLE color: 1150928.

HSL color Cylindrical-coordinate representation of color #D08F11: hue angle of 39.58º 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 #D08F11 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 17 -
CMYK 0 0.31 0.92 0.18
HSL 39.58º 0.85% 0.44% -
HSV(B) 39.58º 0.92% 0.82% -
XYZ 35.94 33.1 5.02 -
YUV 148.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 208 143 17 0 0.31 0.92 0.18 39.58 0.85 0.44
Hex D0 8F 11 0 1F 5C 12 28 55 2C
Octal 320 217 21 0 37 134 22 50 125 54
Binary 11010000 10001111 10001 0 11111 1011100 10010 101000 1010101 101100

Color Harmonies of #D08F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F11

Black with #D08F11

Text Example


Text Example

White with #D08F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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