Html Css Color HEX #DCAE2A Gold Tips

📋 copy color: '#DCAE2A'

red 220 ◦ green 174 ◦ blue 42

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

Shades of Gold Tips #DCAE2A

Tints of Gold Tips #DCAE2A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 50.46%
G = 39.91%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCAE2A (or 0xDCAE2A) is known color: Gold Tips. HEX triplet: DC, AE and 2A. RGB value is (220,174,42). Sum of RGB (Red+Green+Blue) = 220+174+42=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE2A is #2351D5. Grayscale: #ADADAD. Windows color (decimal): -2314710 or 2797276. OLE color: 2797276.

HSL color Cylindrical-coordinate representation of color #DCAE2A: hue angle of 44.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCAE2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 42 -
CMYK 0 0.21 0.81 0.14
HSL 44.49º 0.72% 0.51% -
HSV(B) 44.49º 0.81% 0.86% -
XYZ 45.07 45.65 8.63 -
YUV 172.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 220 174 42 0 0.21 0.81 0.14 44.49 0.72 0.51
Hex DC AE 2A 0 15 51 E 2C 48 33
Octal 334 256 52 0 25 121 16 54 110 63
Binary 11011100 10101110 101010 0 10101 1010001 1110 101100 1001000 110011

Color Harmonies of #DCAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE2A

Black with #DCAE2A

Text Example


Text Example

White with #DCAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE2A; }

 p { color: rgb(220,174,42); }

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

background-color css

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

 a { background-color: rgb(220,174,42); }

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

border-color css

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

 span { border-color: rgb(220,174,42); }

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