Html Css Color HEX #DCAE23 Gold Tips

📋 copy color: '#DCAE23'

red 220 ◦ green 174 ◦ blue 35

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

Shades of Gold Tips #DCAE23

Tints of Gold Tips #DCAE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.16%

R = 51.28%
G = 40.56%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCAE23 (or 0xDCAE23) is known color: Gold Tips. HEX triplet: DC, AE and 23. RGB value is (220,174,35). Sum of RGB (Red+Green+Blue) = 220+174+35=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE23 is #2351DC. Grayscale: #ACACAC. Windows color (decimal): -2314717 or 2338524. OLE color: 2338524.

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

Color convert

RGB 220 174 35 -
CMYK 0 0.21 0.84 0.14
HSL 45.08º 0.73% 0.5% -
HSV(B) 45.08º 0.84% 0.86% -
XYZ 44.95 45.61 8.02 -
YUV 171.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 220 174 35 0 0.21 0.84 0.14 45.08 0.73 0.5
Hex DC AE 23 0 15 54 E 2D 49 32
Octal 334 256 43 0 25 124 16 55 111 62
Binary 11011100 10101110 100011 0 10101 1010100 1110 101101 1001001 110010

Color Harmonies of #DCAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE23

Black with #DCAE23

Text Example


Text Example

White with #DCAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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