Html Css Color HEX #DCAF33 Metallic Gold

📋 copy color: '#DCAF33'

red 220 ◦ green 175 ◦ blue 51

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

Shades of Metallic Gold #DCAF33

Tints of Metallic Gold #DCAF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.43%

R = 49.33%
G = 39.24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCAF33 (or 0xDCAF33) is known color: Metallic Gold. HEX triplet: DC, AF and 33. RGB value is (220,175,51). Sum of RGB (Red+Green+Blue) = 220+175+51=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF33 is #2350CC. Grayscale: #AEAEAE. Windows color (decimal): -2314445 or 3387356. OLE color: 3387356.

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

Color convert

RGB 220 175 51 -
CMYK 0 0.20 0.77 0.14
HSL 44.02º 0.71% 0.53% -
HSV(B) 44.02º 0.77% 0.86% -
XYZ 45.44 46.11 9.64 -
YUV 174.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 220 175 51 0 0.20 0.77 0.14 44.02 0.71 0.53
Hex DC AF 33 0 14 4D E 2C 47 35
Octal 334 257 63 0 24 115 16 54 107 65
Binary 11011100 10101111 110011 0 10100 1001101 1110 101100 1000111 110101

Color Harmonies of #DCAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF33

Black with #DCAF33

Text Example


Text Example

White with #DCAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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