Html Css Color HEX #DEAB29 Gold Tips

📋 copy color: '#DEAB29'

red 222 ◦ green 171 ◦ blue 41

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

Shades of Gold Tips #DEAB29

Tints of Gold Tips #DEAB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.45%

R = 51.15%
G = 39.4%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEAB29 (or 0xDEAB29) is known color: Gold Tips. HEX triplet: DE, AB and 29. RGB value is (222,171,41). Sum of RGB (Red+Green+Blue) = 222+171+41=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB29 is #2154D6. Grayscale: #ACACAC. Windows color (decimal): -2184407 or 2730974. OLE color: 2730974.

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

Color convert

RGB 222 171 41 -
CMYK 0 0.23 0.82 0.13
HSL 43.09º 0.73% 0.52% -
HSV(B) 43.09º 0.82% 0.87% -
XYZ 45.09 44.82 8.37 -
YUV 171.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 222 171 41 0 0.23 0.82 0.13 43.09 0.73 0.52
Hex DE AB 29 0 17 52 D 2B 49 34
Octal 336 253 51 0 27 122 15 53 111 64
Binary 11011110 10101011 101001 0 10111 1010010 1101 101011 1001001 110100

Color Harmonies of #DEAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB29

Black with #DEAB29

Text Example


Text Example

White with #DEAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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