Html Css Color HEX #DCAA10 Gamboge

📋 copy color: '#DCAA10'

red 220 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #DCAA10

Tints of Gamboge #DCAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 54.19%
G = 41.87%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCAA10 (or 0xDCAA10) is known color: Gamboge. HEX triplet: DC, AA and 10. RGB value is (220,170,16). Sum of RGB (Red+Green+Blue) = 220+170+16=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA10 is #2355EF. Grayscale: #A8A8A8. Windows color (decimal): -2315760 or 1092316. OLE color: 1092316.

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

Color convert

RGB 220 170 16 -
CMYK 0 0.23 0.93 0.14
HSL 45.29º 0.86% 0.46% -
HSV(B) 45.29º 0.93% 0.86% -
XYZ 43.98 44 6.67 -
YUV 167.39 42.57 165.52 -
System Red Green Blue C M Y K H S L
Decimal 220 170 16 0 0.23 0.93 0.14 45.29 0.86 0.46
Hex DC AA 10 0 17 5D E 2D 56 2E
Octal 334 252 20 0 27 135 16 55 126 56
Binary 11011100 10101010 10000 0 10111 1011101 1110 101101 1010110 101110

Color Harmonies of #DCAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA10

Black with #DCAA10

Text Example


Text Example

White with #DCAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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