Html Css Color HEX #DCAE2C Gold Tips

📋 copy color: '#DCAE2C'

red 220 ◦ green 174 ◦ blue 44

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

Shades of Gold Tips #DCAE2C

Tints of Gold Tips #DCAE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 50.23%
G = 39.73%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCAE2C (or 0xDCAE2C) is known color: Gold Tips. HEX triplet: DC, AE and 2C. RGB value is (220,174,44). Sum of RGB (Red+Green+Blue) = 220+174+44=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE2C is #2351D3. Grayscale: #ADADAD. Windows color (decimal): -2314708 or 2928348. OLE color: 2928348.

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

Color convert

RGB 220 174 44 -
CMYK 0 0.21 0.8 0.14
HSL 44.32º 0.72% 0.52% -
HSV(B) 44.32º 0.8% 0.86% -
XYZ 45.11 45.67 8.82 -
YUV 172.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 220 174 44 0 0.21 0.8 0.14 44.32 0.72 0.52
Hex DC AE 2C 0 15 50 E 2C 48 34
Octal 334 256 54 0 25 120 16 54 110 64
Binary 11011100 10101110 101100 0 10101 1010000 1110 101100 1001000 110100

Color Harmonies of #DCAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE2C

Black with #DCAE2C

Text Example


Text Example

White with #DCAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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