Html Css Color HEX #DCA10D Gamboge

📋 copy color: '#DCA10D'

red 220 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #DCA10D

Tints of Gamboge #DCA10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 55.84%
G = 40.86%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA10D (or 0xDCA10D) is known color: Gamboge. HEX triplet: DC, A1 and 0D. RGB value is (220,161,13). Sum of RGB (Red+Green+Blue) = 220+161+13=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA10D is #235EF2. Grayscale: #A2A2A2. Windows color (decimal): -2318067 or 893404. OLE color: 893404.

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

Color convert

RGB 220 161 13 -
CMYK 0 0.27 0.94 0.14
HSL 42.9º 0.89% 0.46% -
HSV(B) 42.9º 0.94% 0.86% -
XYZ 42.33 40.73 6.01 -
YUV 161.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 220 161 13 0 0.27 0.94 0.14 42.9 0.89 0.46
Hex DC A1 D 0 1B 5E E 2B 59 2E
Octal 334 241 15 0 33 136 16 53 131 56
Binary 11011100 10100001 1101 0 11011 1011110 1110 101011 1011001 101110

Color Harmonies of #DCA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA10D

Black with #DCA10D

Text Example


Text Example

White with #DCA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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