Html Css Color HEX #D09608 Gamboge

📋 copy color: '#D09608'

red 208 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #D09608

Tints of Gamboge #D09608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 56.83%
G = 40.98%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D09608 (or 0xD09608) is known color: Gamboge. HEX triplet: D0, 96 and 08. RGB value is (208,150,8). Sum of RGB (Red+Green+Blue) = 208+150+8=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D09608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09608 is #2F69F7. Grayscale: #979797. Windows color (decimal): -3107320 or 562896. OLE color: 562896.

HSL color Cylindrical-coordinate representation of color #D09608: hue angle of 42.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09608 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 8 -
CMYK 0 0.28 0.96 0.18
HSL 42.6º 0.93% 0.42% -
HSV(B) 42.6º 0.96% 0.82% -
XYZ 36.96 35.24 5.08 -
YUV 151.15 47.22 168.55 -
System Red Green Blue C M Y K H S L
Decimal 208 150 8 0 0.28 0.96 0.18 42.6 0.93 0.42
Hex D0 96 8 0 1C 60 12 2B 5D 2A
Octal 320 226 10 0 34 140 22 53 135 52
Binary 11010000 10010110 1000 0 11100 1100000 10010 101011 1011101 101010

Color Harmonies of #D09608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09608

Black with #D09608

Text Example


Text Example

White with #D09608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09608; }

 p { color: rgb(208,150,8); }

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

background-color css

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

 a { background-color: rgb(208,150,8); }

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

border-color css

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

 span { border-color: rgb(208,150,8); }

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