Html Css Color HEX #DCA008 Gamboge

📋 copy color: '#DCA008'

red 220 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #DCA008

Tints of Gamboge #DCA008

RGB

 RED value IS 220 (86.33% from 255) = 56.7%

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

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

R = 56.7%
G = 41.24%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCA008 (or 0xDCA008) is known color: Gamboge. HEX triplet: DC, A0 and 08. RGB value is (220,160,8). Sum of RGB (Red+Green+Blue) = 220+160+8=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA008 is #235FF7. Grayscale: #A1A1A1. Windows color (decimal): -2318328 or 565468. OLE color: 565468.

HSL color Cylindrical-coordinate representation of color #DCA008: hue angle of 43.02º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCA008 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 8 -
CMYK 0 0.27 0.96 0.14
HSL 43.02º 0.93% 0.45% -
HSV(B) 43.02º 0.96% 0.86% -
XYZ 42.13 40.37 5.8 -
YUV 160.61 41.88 170.36 -
System Red Green Blue C M Y K H S L
Decimal 220 160 8 0 0.27 0.96 0.14 43.02 0.93 0.45
Hex DC A0 8 0 1B 60 E 2B 5D 2D
Octal 334 240 10 0 33 140 16 53 135 55
Binary 11011100 10100000 1000 0 11011 1100000 1110 101011 1011101 101101

Color Harmonies of #DCA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA008

Black with #DCA008

Text Example


Text Example

White with #DCA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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