Html Css Color HEX #DCAB10 Gamboge

📋 copy color: '#DCAB10'

red 220 ◦ green 171 ◦ blue 16

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

Shades of Gamboge #DCAB10

Tints of Gamboge #DCAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 54.05%
G = 42.01%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCAB10 (or 0xDCAB10) is known color: Gamboge. HEX triplet: DC, AB and 10. RGB value is (220,171,16). Sum of RGB (Red+Green+Blue) = 220+171+16=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB10 is #2354EF. Grayscale: #A8A8A8. Windows color (decimal): -2315504 or 1092572. OLE color: 1092572.

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

Color convert

RGB 220 171 16 -
CMYK 0 0.22 0.93 0.14
HSL 45.59º 0.86% 0.46% -
HSV(B) 45.59º 0.93% 0.86% -
XYZ 44.17 44.38 6.73 -
YUV 167.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 220 171 16 0 0.22 0.93 0.14 45.59 0.86 0.46
Hex DC AB 10 0 16 5D E 2E 56 2E
Octal 334 253 20 0 26 135 16 56 126 56
Binary 11011100 10101011 10000 0 10110 1011101 1110 101110 1010110 101110

Color Harmonies of #DCAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB10

Black with #DCAB10

Text Example


Text Example

White with #DCAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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