Html Css Color HEX #DCA70D Gamboge

📋 copy color: '#DCA70D'

red 220 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #DCA70D

Tints of Gamboge #DCA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.75%

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

R = 55%
G = 41.75%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA70D (or 0xDCA70D) is known color: Gamboge. HEX triplet: DC, A7 and 0D. RGB value is (220,167,13). Sum of RGB (Red+Green+Blue) = 220+167+13=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA70D is #2358F2. Grayscale: #A5A5A5. Windows color (decimal): -2316531 or 894940. OLE color: 894940.

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

Color convert

RGB 220 167 13 -
CMYK 0 0.24 0.94 0.14
HSL 44.64º 0.89% 0.46% -
HSV(B) 44.64º 0.94% 0.86% -
XYZ 43.41 42.88 6.37 -
YUV 165.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 220 167 13 0 0.24 0.94 0.14 44.64 0.89 0.46
Hex DC A7 D 0 18 5E E 2D 59 2E
Octal 334 247 15 0 30 136 16 55 131 56
Binary 11011100 10100111 1101 0 11000 1011110 1110 101101 1011001 101110

Color Harmonies of #DCA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA70D

Black with #DCA70D

Text Example


Text Example

White with #DCA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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