Html Css Color HEX #D09A08 Gamboge

📋 copy color: '#D09A08'

red 208 ◦ green 154 ◦ blue 8

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

Shades of Gamboge #D09A08

Tints of Gamboge #D09A08

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 56.22%
G = 41.62%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D09A08 (or 0xD09A08) is known color: Gamboge. HEX triplet: D0, 9A and 08. RGB value is (208,154,8). Sum of RGB (Red+Green+Blue) = 208+154+8=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A08 is #2F65F7. Grayscale: #9A9A9A. Windows color (decimal): -3106296 or 563920. OLE color: 563920.

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

Color convert

RGB 208 154 8 -
CMYK 0 0.26 0.96 0.18
HSL 43.8º 0.93% 0.42% -
HSV(B) 43.8º 0.96% 0.82% -
XYZ 37.61 36.54 5.3 -
YUV 153.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 208 154 8 0 0.26 0.96 0.18 43.8 0.93 0.42
Hex D0 9A 8 0 1A 60 12 2C 5D 2A
Octal 320 232 10 0 32 140 22 54 135 52
Binary 11010000 10011010 1000 0 11010 1100000 10010 101100 1011101 101010

Color Harmonies of #D09A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A08

Black with #D09A08

Text Example


Text Example

White with #D09A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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