Html Css Color HEX #DCAA06 Gamboge

📋 copy color: '#DCAA06'

red 220 ◦ green 170 ◦ blue 6

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

Shades of Gamboge #DCAA06

Tints of Gamboge #DCAA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

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

R = 55.56%
G = 42.93%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAA06 (or 0xDCAA06) is known color: Gamboge. HEX triplet: DC, AA and 06. RGB value is (220,170,6). Sum of RGB (Red+Green+Blue) = 220+170+6=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA06 is #2355F9. Grayscale: #A6A6A6. Windows color (decimal): -2315770 or 436956. OLE color: 436956.

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

Color convert

RGB 220 170 6 -
CMYK 0 0.23 0.97 0.14
HSL 45.98º 0.95% 0.44% -
HSV(B) 45.98º 0.97% 0.86% -
XYZ 43.92 43.98 6.35 -
YUV 166.25 37.57 166.34 -
System Red Green Blue C M Y K H S L
Decimal 220 170 6 0 0.23 0.97 0.14 45.98 0.95 0.44
Hex DC AA 6 0 17 61 E 2E 5F 2C
Octal 334 252 6 0 27 141 16 56 137 54
Binary 11011100 10101010 110 0 10111 1100001 1110 101110 1011111 101100

Color Harmonies of #DCAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA06

Black with #DCAA06

Text Example


Text Example

White with #DCAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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