Html Css Color HEX #DEAF27 Gold Tips

📋 copy color: '#DEAF27'

red 222 ◦ green 175 ◦ blue 39

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

Shades of Gold Tips #DEAF27

Tints of Gold Tips #DEAF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 50.92%
G = 40.14%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEAF27 (or 0xDEAF27) is known color: Gold Tips. HEX triplet: DE, AF and 27. RGB value is (222,175,39). Sum of RGB (Red+Green+Blue) = 222+175+39=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF27 is #2150D8. Grayscale: #AEAEAE. Windows color (decimal): -2183385 or 2600926. OLE color: 2600926.

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

Color convert

RGB 222 175 39 -
CMYK 0 0.21 0.82 0.13
HSL 44.59º 0.73% 0.51% -
HSV(B) 44.59º 0.82% 0.87% -
XYZ 45.82 46.34 8.45 -
YUV 173.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 222 175 39 0 0.21 0.82 0.13 44.59 0.73 0.51
Hex DE AF 27 0 15 52 D 2D 49 33
Octal 336 257 47 0 25 122 15 55 111 63
Binary 11011110 10101111 100111 0 10101 1010010 1101 101101 1001001 110011

Color Harmonies of #DEAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF27

Black with #DEAF27

Text Example


Text Example

White with #DEAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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