Html Css Color HEX #DEAF25 Gold Tips

📋 copy color: '#DEAF25'

red 222 ◦ green 175 ◦ blue 37

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

Shades of Gold Tips #DEAF25

Tints of Gold Tips #DEAF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.53%

R = 51.15%
G = 40.32%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEAF25 (or 0xDEAF25) is known color: Gold Tips. HEX triplet: DE, AF and 25. RGB value is (222,175,37). Sum of RGB (Red+Green+Blue) = 222+175+37=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF25 is #2150DA. Grayscale: #ADADAD. Windows color (decimal): -2183387 or 2469854. OLE color: 2469854.

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

Color convert

RGB 222 175 37 -
CMYK 0 0.21 0.83 0.13
HSL 44.76º 0.74% 0.51% -
HSV(B) 44.76º 0.83% 0.87% -
XYZ 45.79 46.32 8.28 -
YUV 173.32 51.07 162.72 -
System Red Green Blue C M Y K H S L
Decimal 222 175 37 0 0.21 0.83 0.13 44.76 0.74 0.51
Hex DE AF 25 0 15 53 D 2D 4A 33
Octal 336 257 45 0 25 123 15 55 112 63
Binary 11011110 10101111 100101 0 10101 1010011 1101 101101 1001010 110011

Color Harmonies of #DEAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF25

Black with #DEAF25

Text Example


Text Example

White with #DEAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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