Html Css Color HEX #DCAA02 Gamboge

📋 copy color: '#DCAA02'

red 220 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #DCAA02

Tints of Gamboge #DCAA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.12%
G = 43.37%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCAA02 (or 0xDCAA02) is known color: Gamboge. HEX triplet: DC, AA and 02. RGB value is (220,170,2). Sum of RGB (Red+Green+Blue) = 220+170+2=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA02 is #2355FD. Grayscale: #A6A6A6. Windows color (decimal): -2315774 or 174812. OLE color: 174812.

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

Color convert

RGB 220 170 2 -
CMYK 0 0.23 0.99 0.14
HSL 46.24º 0.98% 0.44% -
HSV(B) 46.24º 0.99% 0.86% -
XYZ 43.9 43.97 6.23 -
YUV 165.8 35.57 166.66 -
System Red Green Blue C M Y K H S L
Decimal 220 170 2 0 0.23 0.99 0.14 46.24 0.98 0.44
Hex DC AA 2 0 17 63 E 2E 62 2C
Octal 334 252 2 0 27 143 16 56 142 54
Binary 11011100 10101010 10 0 10111 1100011 1110 101110 1100010 101100

Color Harmonies of #DCAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA02

Black with #DCAA02

Text Example


Text Example

White with #DCAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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