Html Css Color HEX #DCAB06 Gamboge

📋 copy color: '#DCAB06'

red 220 ◦ green 171 ◦ blue 6

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

Shades of Gamboge #DCAB06

Tints of Gamboge #DCAB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 55.42%
G = 43.07%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAB06 (or 0xDCAB06) is known color: Gamboge. HEX triplet: DC, AB and 06. RGB value is (220,171,6). Sum of RGB (Red+Green+Blue) = 220+171+6=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB06 is #2354F9. Grayscale: #A7A7A7. Windows color (decimal): -2315514 or 437212. OLE color: 437212.

HSL color Cylindrical-coordinate representation of color #DCAB06: hue angle of 46.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCAB06 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 6 -
CMYK 0 0.22 0.97 0.14
HSL 46.26º 0.95% 0.44% -
HSV(B) 46.26º 0.97% 0.86% -
XYZ 44.11 44.35 6.41 -
YUV 166.84 37.23 165.92 -
System Red Green Blue C M Y K H S L
Decimal 220 171 6 0 0.22 0.97 0.14 46.26 0.95 0.44
Hex DC AB 6 0 16 61 E 2E 5F 2C
Octal 334 253 6 0 26 141 16 56 137 54
Binary 11011100 10101011 110 0 10110 1100001 1110 101110 1011111 101100

Color Harmonies of #DCAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB06

Black with #DCAB06

Text Example


Text Example

White with #DCAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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