Html Css Color HEX #DCAF21 Gold Tips

📋 copy color: '#DCAF21'

red 220 ◦ green 175 ◦ blue 33

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

Shades of Gold Tips #DCAF21

Tints of Gold Tips #DCAF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.71%

R = 51.4%
G = 40.89%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCAF21 (or 0xDCAF21) is known color: Gold Tips. HEX triplet: DC, AF and 21. RGB value is (220,175,33). Sum of RGB (Red+Green+Blue) = 220+175+33=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF21 is #2350DE. Grayscale: #ACACAC. Windows color (decimal): -2314463 or 2207708. OLE color: 2207708.

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

Color convert

RGB 220 175 33 -
CMYK 0 0.20 0.85 0.14
HSL 45.56º 0.74% 0.5% -
HSV(B) 45.56º 0.85% 0.86% -
XYZ 45.12 45.99 7.94 -
YUV 172.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 220 175 33 0 0.20 0.85 0.14 45.56 0.74 0.5
Hex DC AF 21 0 14 55 E 2E 4A 32
Octal 334 257 41 0 24 125 16 56 112 62
Binary 11011100 10101111 100001 0 10100 1010101 1110 101110 1001010 110010

Color Harmonies of #DCAF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF21

Black with #DCAF21

Text Example


Text Example

White with #DCAF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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