Html Css Color HEX #DCA512 Gamboge

📋 copy color: '#DCA512'

red 220 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #DCA512

Tints of Gamboge #DCA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 54.59%
G = 40.94%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCA512 (or 0xDCA512) is known color: Gamboge. HEX triplet: DC, A5 and 12. RGB value is (220,165,18). Sum of RGB (Red+Green+Blue) = 220+165+18=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA512 is #235AED. Grayscale: #A5A5A5. Windows color (decimal): -2317038 or 1222108. OLE color: 1222108.

HSL color Cylindrical-coordinate representation of color #DCA512: hue angle of 43.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCA512 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 18 -
CMYK 0 0.25 0.92 0.14
HSL 43.66º 0.85% 0.47% -
HSV(B) 43.66º 0.92% 0.86% -
XYZ 43.08 42.17 6.44 -
YUV 164.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 220 165 18 0 0.25 0.92 0.14 43.66 0.85 0.47
Hex DC A5 12 0 19 5C E 2C 55 2F
Octal 334 245 22 0 31 134 16 54 125 57
Binary 11011100 10100101 10010 0 11001 1011100 1110 101100 1010101 101111

Color Harmonies of #DCA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA512

Black with #DCA512

Text Example


Text Example

White with #DCA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA512; }

 p { color: rgb(220,165,18); }

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

background-color css

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

 a { background-color: rgb(220,165,18); }

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

border-color css

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

 span { border-color: rgb(220,165,18); }

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