Html Css Color HEX #DEAF23 Gold Tips

📋 copy color: '#DEAF23'

red 222 ◦ green 175 ◦ blue 35

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

Shades of Gold Tips #DEAF23

Tints of Gold Tips #DEAF23

RGB

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

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

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

R = 51.39%
G = 40.51%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEAF23 (or 0xDEAF23) is known color: Gold Tips. HEX triplet: DE, AF and 23. RGB value is (222,175,35). Sum of RGB (Red+Green+Blue) = 222+175+35=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF23 is #2150DC. Grayscale: #ADADAD. Windows color (decimal): -2183389 or 2338782. OLE color: 2338782.

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

Color convert

RGB 222 175 35 -
CMYK 0 0.21 0.84 0.13
HSL 44.92º 0.74% 0.5% -
HSV(B) 44.92º 0.84% 0.87% -
XYZ 45.76 46.31 8.12 -
YUV 173.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 222 175 35 0 0.21 0.84 0.13 44.92 0.74 0.5
Hex DE AF 23 0 15 54 D 2D 4A 32
Octal 336 257 43 0 25 124 15 55 112 62
Binary 11011110 10101111 100011 0 10101 1010100 1101 101101 1001010 110010

Color Harmonies of #DEAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF23

Black with #DEAF23

Text Example


Text Example

White with #DEAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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