Html Css Color HEX #DCAF28 Gold Tips

📋 copy color: '#DCAF28'

red 220 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #DCAF28

Tints of Gold Tips #DCAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 40 (16.02% from 255) = 9.2%

R = 50.57%
G = 40.23%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCAF28 (or 0xDCAF28) is known color: Gold Tips. HEX triplet: DC, AF and 28. RGB value is (220,175,40). Sum of RGB (Red+Green+Blue) = 220+175+40=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF28 is #2350D7. Grayscale: #ADADAD. Windows color (decimal): -2314456 or 2666460. OLE color: 2666460.

HSL color Cylindrical-coordinate representation of color #DCAF28: hue angle of 45º 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 #DCAF28 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 40 -
CMYK 0 0.20 0.82 0.14
HSL 45º 0.72% 0.51% -
HSV(B) 45º 0.82% 0.86% -
XYZ 45.23 46.03 8.51 -
YUV 173.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 220 175 40 0 0.20 0.82 0.14 45 0.72 0.51
Hex DC AF 28 0 14 52 E 2D 48 33
Octal 334 257 50 0 24 122 16 55 110 63
Binary 11011100 10101111 101000 0 10100 1010010 1110 101101 1001000 110011

Color Harmonies of #DCAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF28

Black with #DCAF28

Text Example


Text Example

White with #DCAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF28; }

 p { color: rgb(220,175,40); }

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

background-color css

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

 a { background-color: rgb(220,175,40); }

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

border-color css

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

 span { border-color: rgb(220,175,40); }

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