Html Css Color HEX #DEAB2F Gold Tips

📋 copy color: '#DEAB2F'

red 222 ◦ green 171 ◦ blue 47

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

Shades of Gold Tips #DEAB2F

Tints of Gold Tips #DEAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 50.45%
G = 38.86%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEAB2F (or 0xDEAB2F) is known color: Gold Tips. HEX triplet: DE, AB and 2F. RGB value is (222,171,47). Sum of RGB (Red+Green+Blue) = 222+171+47=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2F is #2154D0. Grayscale: #ACACAC. Windows color (decimal): -2184401 or 3124190. OLE color: 3124190.

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

Color convert

RGB 222 171 47 -
CMYK 0 0.23 0.79 0.13
HSL 42.51º 0.73% 0.53% -
HSV(B) 42.51º 0.79% 0.87% -
XYZ 45.2 44.86 8.97 -
YUV 172.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 222 171 47 0 0.23 0.79 0.13 42.51 0.73 0.53
Hex DE AB 2F 0 17 4F D 2B 49 35
Octal 336 253 57 0 27 117 15 53 111 65
Binary 11011110 10101011 101111 0 10111 1001111 1101 101011 1001001 110101

Color Harmonies of #DEAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB2F

Black with #DEAB2F

Text Example


Text Example

White with #DEAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB2F; }

 p { color: rgb(222,171,47); }

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

background-color css

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

 a { background-color: rgb(222,171,47); }

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

border-color css

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

 span { border-color: rgb(222,171,47); }

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