Html Css Color HEX #D0A008 Gamboge

📋 copy color: '#D0A008'

red 208 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #D0A008

Tints of Gamboge #D0A008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.55%

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

R = 55.32%
G = 42.55%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D0A008 (or 0xD0A008) is known color: Gamboge. HEX triplet: D0, A0 and 08. RGB value is (208,160,8). Sum of RGB (Red+Green+Blue) = 208+160+8=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A008 is #2F5FF7. Grayscale: #9D9D9D. Windows color (decimal): -3104760 or 565456. OLE color: 565456.

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

Color convert

RGB 208 160 8 -
CMYK 0 0.23 0.96 0.18
HSL 45.6º 0.93% 0.42% -
HSV(B) 45.6º 0.96% 0.82% -
XYZ 38.63 38.57 5.64 -
YUV 157.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 208 160 8 0 0.23 0.96 0.18 45.6 0.93 0.42
Hex D0 A0 8 0 17 60 12 2E 5D 2A
Octal 320 240 10 0 27 140 22 56 135 52
Binary 11010000 10100000 1000 0 10111 1100000 10010 101110 1011101 101010

Color Harmonies of #D0A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A008

Black with #D0A008

Text Example


Text Example

White with #D0A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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