Html Css Color HEX #D0A808 Gamboge

📋 copy color: '#D0A808'

red 208 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #D0A808

Tints of Gamboge #D0A808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

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

R = 54.17%
G = 43.75%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0A808 (or 0xD0A808) is known color: Gamboge. HEX triplet: D0, A8 and 08. RGB value is (208,168,8). Sum of RGB (Red+Green+Blue) = 208+168+8=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A808 is #2F57F7. Grayscale: #A2A2A2. Windows color (decimal): -3102712 or 567504. OLE color: 567504.

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

Color convert

RGB 208 168 8 -
CMYK 0 0.19 0.96 0.18
HSL 48º 0.93% 0.42% -
HSV(B) 48º 0.96% 0.82% -
XYZ 40.06 41.43 6.12 -
YUV 161.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 208 168 8 0 0.19 0.96 0.18 48 0.93 0.42
Hex D0 A8 8 0 13 60 12 30 5D 2A
Octal 320 250 10 0 23 140 22 60 135 52
Binary 11010000 10101000 1000 0 10011 1100000 10010 110000 1011101 101010

Color Harmonies of #D0A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A808

Black with #D0A808

Text Example


Text Example

White with #D0A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A808; }

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

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

background-color css

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

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

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

border-color css

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

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

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