Html Css Color HEX #D08E10 Gamboge

📋 copy color: '#D08E10'

red 208 ◦ green 142 ◦ blue 16

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

Shades of Gamboge #D08E10

Tints of Gamboge #D08E10

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 56.83%
G = 38.8%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08E10 (or 0xD08E10) is known color: Gamboge. HEX triplet: D0, 8E and 10. RGB value is (208,142,16). Sum of RGB (Red+Green+Blue) = 208+142+16=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08E10 is #2F71EF. Grayscale: #939393. Windows color (decimal): -3109360 or 1085136. OLE color: 1085136.

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

Color convert

RGB 208 142 16 -
CMYK 0 0.32 0.92 0.18
HSL 39.38º 0.86% 0.44% -
HSV(B) 39.38º 0.92% 0.82% -
XYZ 35.78 32.79 4.93 -
YUV 147.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 208 142 16 0 0.32 0.92 0.18 39.38 0.86 0.44
Hex D0 8E 10 0 20 5C 12 27 56 2C
Octal 320 216 20 0 40 134 22 47 126 54
Binary 11010000 10001110 10000 0 100000 1011100 10010 100111 1010110 101100

Color Harmonies of #D08E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E10

Black with #D08E10

Text Example


Text Example

White with #D08E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E10; }

 p { color: rgb(208,142,16); }

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

background-color css

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

 a { background-color: rgb(208,142,16); }

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

border-color css

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

 span { border-color: rgb(208,142,16); }

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