Html Css Color HEX #DCAA00 Gamboge

📋 copy color: '#DCAA00'

red 220 ◦ green 170 ◦ blue 0

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

Shades of Gamboge #DCAA00

Tints of Gamboge #DCAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.41%
G = 43.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCAA00 (or 0xDCAA00) is known color: Gamboge. HEX triplet: DC, AA and 00. RGB value is (220,170,0). Sum of RGB (Red+Green+Blue) = 220+170+0=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA00 is #2355FF. Grayscale: #A6A6A6. Windows color (decimal): -2315776 or 43740. OLE color: 43740.

HSL color Cylindrical-coordinate representation of color #DCAA00: hue angle of 46.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCAA00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 0 -
CMYK 0 0.23 1 0.14
HSL 46.36º 1% 0.43% -
HSV(B) 46.36º 1% 0.86% -
XYZ 43.89 43.97 6.17 -
YUV 165.57 34.57 166.82 -
System Red Green Blue C M Y K H S L
Decimal 220 170 0 0 0.23 1 0.14 46.36 1 0.43
Hex DC AA 0 0 17 64 E 2E 64 2B
Octal 334 252 0 0 27 144 16 56 144 53
Binary 11011100 10101010 0 0 10111 1100100 1110 101110 1100100 101011

Color Harmonies of #DCAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA00

Black with #DCAA00

Text Example


Text Example

White with #DCAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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