Html Css Color HEX #DCAF23 Gold Tips

📋 copy color: '#DCAF23'

red 220 ◦ green 175 ◦ blue 35

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

Shades of Gold Tips #DCAF23

Tints of Gold Tips #DCAF23

RGB

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

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

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

R = 51.16%
G = 40.7%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCAF23 (or 0xDCAF23) is known color: Gold Tips. HEX triplet: DC, AF and 23. RGB value is (220,175,35). Sum of RGB (Red+Green+Blue) = 220+175+35=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF23 is #2350DC. Grayscale: #ADADAD. Windows color (decimal): -2314461 or 2338780. OLE color: 2338780.

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

Color convert

RGB 220 175 35 -
CMYK 0 0.20 0.84 0.14
HSL 45.41º 0.73% 0.5% -
HSV(B) 45.41º 0.84% 0.86% -
XYZ 45.15 46 8.09 -
YUV 172.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 220 175 35 0 0.20 0.84 0.14 45.41 0.73 0.5
Hex DC AF 23 0 14 54 E 2D 49 32
Octal 334 257 43 0 24 124 16 55 111 62
Binary 11011100 10101111 100011 0 10100 1010100 1110 101101 1001001 110010

Color Harmonies of #DCAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF23

Black with #DCAF23

Text Example


Text Example

White with #DCAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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