Html Css Color HEX #DEAB2B Gold Tips

📋 copy color: '#DEAB2B'

red 222 ◦ green 171 ◦ blue 43

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

Shades of Gold Tips #DEAB2B

Tints of Gold Tips #DEAB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 50.92%
G = 39.22%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DEAB2B (or 0xDEAB2B) is known color: Gold Tips. HEX triplet: DE, AB and 2B. RGB value is (222,171,43). Sum of RGB (Red+Green+Blue) = 222+171+43=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2B is #2154D4. Grayscale: #ACACAC. Windows color (decimal): -2184405 or 2862046. OLE color: 2862046.

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

Color convert

RGB 222 171 43 -
CMYK 0 0.23 0.81 0.13
HSL 42.91º 0.73% 0.52% -
HSV(B) 42.91º 0.81% 0.87% -
XYZ 45.12 44.83 8.56 -
YUV 171.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 222 171 43 0 0.23 0.81 0.13 42.91 0.73 0.52
Hex DE AB 2B 0 17 51 D 2B 49 34
Octal 336 253 53 0 27 121 15 53 111 64
Binary 11011110 10101011 101011 0 10111 1010001 1101 101011 1001001 110100

Color Harmonies of #DEAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB2B

Black with #DEAB2B

Text Example


Text Example

White with #DEAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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