Html Css Color HEX #DEAB30 Gold Tips

📋 copy color: '#DEAB30'

red 222 ◦ green 171 ◦ blue 48

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

Shades of Gold Tips #DEAB30

Tints of Gold Tips #DEAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 50.34%
G = 38.78%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEAB30 (or 0xDEAB30) is known color: Gold Tips. HEX triplet: DE, AB and 30. RGB value is (222,171,48). Sum of RGB (Red+Green+Blue) = 222+171+48=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB30 is #2154CF. Grayscale: #ACACAC. Windows color (decimal): -2184400 or 3189726. OLE color: 3189726.

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

Color convert

RGB 222 171 48 -
CMYK 0 0.23 0.78 0.13
HSL 42.41º 0.73% 0.53% -
HSV(B) 42.41º 0.78% 0.87% -
XYZ 45.22 44.87 9.07 -
YUV 172.23 57.9 163.5 -
System Red Green Blue C M Y K H S L
Decimal 222 171 48 0 0.23 0.78 0.13 42.41 0.73 0.53
Hex DE AB 30 0 17 4E D 2A 48 35
Octal 336 253 60 0 27 116 15 52 110 65
Binary 11011110 10101011 110000 0 10111 1001110 1101 101010 1001000 110101

Color Harmonies of #DEAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB30

Black with #DEAB30

Text Example


Text Example

White with #DEAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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