Html Css Color HEX #DCAD27 Gold Tips

📋 copy color: '#DCAD27'

red 220 ◦ green 173 ◦ blue 39

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

Shades of Gold Tips #DCAD27

Tints of Gold Tips #DCAD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 39 (15.63% from 255) = 9.03%

R = 50.93%
G = 40.05%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCAD27 (or 0xDCAD27) is known color: Gold Tips. HEX triplet: DC, AD and 27. RGB value is (220,173,39). Sum of RGB (Red+Green+Blue) = 220+173+39=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD27 is #2352D8. Grayscale: #ACACAC. Windows color (decimal): -2314969 or 2600412. OLE color: 2600412.

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

Color convert

RGB 220 173 39 -
CMYK 0 0.21 0.82 0.14
HSL 44.42º 0.72% 0.51% -
HSV(B) 44.42º 0.82% 0.86% -
XYZ 44.82 45.25 8.29 -
YUV 171.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 220 173 39 0 0.21 0.82 0.14 44.42 0.72 0.51
Hex DC AD 27 0 15 52 E 2C 48 33
Octal 334 255 47 0 25 122 16 54 110 63
Binary 11011100 10101101 100111 0 10101 1010010 1110 101100 1001000 110011

Color Harmonies of #DCAD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD27

Black with #DCAD27

Text Example


Text Example

White with #DCAD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD27; }

 p { color: rgb(220,173,39); }

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

background-color css

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

 a { background-color: rgb(220,173,39); }

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

border-color css

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

 span { border-color: rgb(220,173,39); }

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