Html Css Color HEX #DEAF32 Metallic Gold

📋 copy color: '#DEAF32'

red 222 ◦ green 175 ◦ blue 50

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

Shades of Metallic Gold #DEAF32

Tints of Metallic Gold #DEAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.19%

R = 49.66%
G = 39.15%
B = 11.19%

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

#DEAF32 (or 0xDEAF32) is known color: Metallic Gold. HEX triplet: DE, AF and 32. RGB value is (222,175,50). Sum of RGB (Red+Green+Blue) = 222+175+50=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF32 is #2150CD. Grayscale: #AFAFAF. Windows color (decimal): -2183374 or 3321822. OLE color: 3321822.

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

Color convert

RGB 222 175 50 -
CMYK 0 0.21 0.77 0.13
HSL 43.6º 0.72% 0.53% -
HSV(B) 43.6º 0.77% 0.87% -
XYZ 46.03 46.42 9.55 -
YUV 174.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 222 175 50 0 0.21 0.77 0.13 43.6 0.72 0.53
Hex DE AF 32 0 15 4D D 2C 48 35
Octal 336 257 62 0 25 115 15 54 110 65
Binary 11011110 10101111 110010 0 10101 1001101 1101 101100 1001000 110101

Color Harmonies of #DEAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF32

Black with #DEAF32

Text Example


Text Example

White with #DEAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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