Html Css Color HEX #DEAF34 Metallic Gold

📋 copy color: '#DEAF34'

red 222 ◦ green 175 ◦ blue 52

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

Shades of Metallic Gold #DEAF34

Tints of Metallic Gold #DEAF34

RGB

 RED value IS 222 (87.11% from 255) = 49.44%

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 49.44%
G = 38.98%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEAF34 (or 0xDEAF34) is known color: Metallic Gold. HEX triplet: DE, AF and 34. RGB value is (222,175,52). Sum of RGB (Red+Green+Blue) = 222+175+52=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF34 is #2150CB. Grayscale: #AFAFAF. Windows color (decimal): -2183372 or 3452894. OLE color: 3452894.

HSL color Cylindrical-coordinate representation of color #DEAF34: hue angle of 43.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEAF34 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 52 -
CMYK 0 0.21 0.77 0.13
HSL 43.41º 0.72% 0.54% -
HSV(B) 43.41º 0.77% 0.87% -
XYZ 46.07 46.44 9.78 -
YUV 175.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 222 175 52 0 0.21 0.77 0.13 43.41 0.72 0.54
Hex DE AF 34 0 15 4D D 2B 48 36
Octal 336 257 64 0 25 115 15 53 110 66
Binary 11011110 10101111 110100 0 10101 1001101 1101 101011 1001000 110110

Color Harmonies of #DEAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF34

Black with #DEAF34

Text Example


Text Example

White with #DEAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF34; }

 p { color: rgb(222,175,52); }

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

background-color css

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

 a { background-color: rgb(222,175,52); }

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

border-color css

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

 span { border-color: rgb(222,175,52); }

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