Html Css Color HEX #DCA102 Gamboge

📋 copy color: '#DCA102'

red 220 ◦ green 161 ◦ blue 2

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

Shades of Gamboge #DCA102

Tints of Gamboge #DCA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

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

R = 57.44%
G = 42.04%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCA102 (or 0xDCA102) is known color: Gamboge. HEX triplet: DC, A1 and 02. RGB value is (220,161,2). Sum of RGB (Red+Green+Blue) = 220+161+2=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA102 is #235EFD. Grayscale: #A1A1A1. Windows color (decimal): -2318078 or 172508. OLE color: 172508.

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

Color convert

RGB 220 161 2 -
CMYK 0 0.27 0.99 0.14
HSL 43.76º 0.98% 0.44% -
HSV(B) 43.76º 0.99% 0.86% -
XYZ 42.27 40.71 5.69 -
YUV 160.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 220 161 2 0 0.27 0.99 0.14 43.76 0.98 0.44
Hex DC A1 2 0 1B 63 E 2C 62 2C
Octal 334 241 2 0 33 143 16 54 142 54
Binary 11011100 10100001 10 0 11011 1100011 1110 101100 1100010 101100

Color Harmonies of #DCA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA102

Black with #DCA102

Text Example


Text Example

White with #DCA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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