Html Css Color HEX #DEAF33 Metallic Gold

📋 copy color: '#DEAF33'

red 222 ◦ green 175 ◦ blue 51

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

Shades of Metallic Gold #DEAF33

Tints of Metallic Gold #DEAF33

RGB

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

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

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

R = 49.55%
G = 39.06%
B = 11.38%

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

#DEAF33 (or 0xDEAF33) is known color: Metallic Gold. HEX triplet: DE, AF and 33. RGB value is (222,175,51). Sum of RGB (Red+Green+Blue) = 222+175+51=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF33 is #2150CC. Grayscale: #AFAFAF. Windows color (decimal): -2183373 or 3387358. OLE color: 3387358.

HSL color Cylindrical-coordinate representation of color #DEAF33: hue angle of 43.51º 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 #DEAF33 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 51 -
CMYK 0 0.21 0.77 0.13
HSL 43.51º 0.72% 0.54% -
HSV(B) 43.51º 0.77% 0.87% -
XYZ 46.05 46.43 9.67 -
YUV 174.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 222 175 51 0 0.21 0.77 0.13 43.51 0.72 0.54
Hex DE AF 33 0 15 4D D 2C 48 36
Octal 336 257 63 0 25 115 15 54 110 66
Binary 11011110 10101111 110011 0 10101 1001101 1101 101100 1001000 110110

Color Harmonies of #DEAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF33

Black with #DEAF33

Text Example


Text Example

White with #DEAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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