Html Css Color HEX #DCA40D Gamboge

📋 copy color: '#DCA40D'

red 220 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #DCA40D

Tints of Gamboge #DCA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 55.42%
G = 41.31%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA40D (or 0xDCA40D) is known color: Gamboge. HEX triplet: DC, A4 and 0D. RGB value is (220,164,13). Sum of RGB (Red+Green+Blue) = 220+164+13=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA40D is #235BF2. Grayscale: #A4A4A4. Windows color (decimal): -2317299 or 894172. OLE color: 894172.

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

Color convert

RGB 220 164 13 -
CMYK 0 0.25 0.94 0.14
HSL 43.77º 0.89% 0.46% -
HSV(B) 43.77º 0.94% 0.86% -
XYZ 42.86 41.8 6.19 -
YUV 163.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 220 164 13 0 0.25 0.94 0.14 43.77 0.89 0.46
Hex DC A4 D 0 19 5E E 2C 59 2E
Octal 334 244 15 0 31 136 16 54 131 56
Binary 11011100 10100100 1101 0 11001 1011110 1110 101100 1011001 101110

Color Harmonies of #DCA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA40D

Black with #DCA40D

Text Example


Text Example

White with #DCA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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