Html Css Color HEX #D1A008 Gamboge

📋 copy color: '#D1A008'

red 209 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #D1A008

Tints of Gamboge #D1A008

RGB

 RED value IS 209 (82.03% from 255) = 55.44%

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

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

R = 55.44%
G = 42.44%
B = 2.12%

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

#D1A008 (or 0xD1A008) is known color: Gamboge. HEX triplet: D1, A0 and 08. RGB value is (209,160,8). Sum of RGB (Red+Green+Blue) = 209+160+8=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A008 is #2E5FF7. Grayscale: #9D9D9D. Windows color (decimal): -3039224 or 565457. OLE color: 565457.

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

Color convert

RGB 209 160 8 -
CMYK 0 0.23 0.96 0.18
HSL 45.37º 0.93% 0.43% -
HSV(B) 45.37º 0.96% 0.82% -
XYZ 38.91 38.71 5.65 -
YUV 157.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 209 160 8 0 0.23 0.96 0.18 45.37 0.93 0.43
Hex D1 A0 8 0 17 60 12 2D 5D 2B
Octal 321 240 10 0 27 140 22 55 135 53
Binary 11010001 10100000 1000 0 10111 1100000 10010 101101 1011101 101011

Color Harmonies of #D1A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A008

Black with #D1A008

Text Example


Text Example

White with #D1A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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