Html Css Color HEX #DCAB08 Gamboge

📋 copy color: '#DCAB08'

red 220 ◦ green 171 ◦ blue 8

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

Shades of Gamboge #DCAB08

Tints of Gamboge #DCAB08

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

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

R = 55.14%
G = 42.86%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCAB08 (or 0xDCAB08) is known color: Gamboge. HEX triplet: DC, AB and 08. RGB value is (220,171,8). Sum of RGB (Red+Green+Blue) = 220+171+8=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB08 is #2354F7. Grayscale: #A7A7A7. Windows color (decimal): -2315512 or 568284. OLE color: 568284.

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

Color convert

RGB 220 171 8 -
CMYK 0 0.22 0.96 0.14
HSL 46.13º 0.93% 0.45% -
HSV(B) 46.13º 0.96% 0.86% -
XYZ 44.12 44.36 6.47 -
YUV 167.07 38.23 165.75 -
System Red Green Blue C M Y K H S L
Decimal 220 171 8 0 0.22 0.96 0.14 46.13 0.93 0.45
Hex DC AB 8 0 16 60 E 2E 5D 2D
Octal 334 253 10 0 26 140 16 56 135 55
Binary 11011100 10101011 1000 0 10110 1100000 1110 101110 1011101 101101

Color Harmonies of #DCAB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB08

Black with #DCAB08

Text Example


Text Example

White with #DCAB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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