Html Css Color HEX #DEBA32 Gold Tips

📋 copy color: '#DEBA32'

red 222 ◦ green 186 ◦ blue 50

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

Shades of Gold Tips #DEBA32

Tints of Gold Tips #DEBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 50 (19.92% from 255) = 10.92%

R = 48.47%
G = 40.61%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEBA32 (or 0xDEBA32) is known color: Gold Tips. HEX triplet: DE, BA and 32. RGB value is (222,186,50). Sum of RGB (Red+Green+Blue) = 222+186+50=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA32 is #2145CD. Grayscale: #B5B5B5. Windows color (decimal): -2180558 or 3324638. OLE color: 3324638.

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

Color convert

RGB 222 186 50 -
CMYK 0 0.16 0.77 0.13
HSL 47.44º 0.72% 0.53% -
HSV(B) 47.44º 0.77% 0.87% -
XYZ 48.26 50.88 10.29 -
YUV 181.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 222 186 50 0 0.16 0.77 0.13 47.44 0.72 0.53
Hex DE BA 32 0 10 4D D 2F 48 35
Octal 336 272 62 0 20 115 15 57 110 65
Binary 11011110 10111010 110010 0 10000 1001101 1101 101111 1001000 110101

Color Harmonies of #DEBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA32

Black with #DEBA32

Text Example


Text Example

White with #DEBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA32; }

 p { color: rgb(222,186,50); }

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

background-color css

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

 a { background-color: rgb(222,186,50); }

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

border-color css

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

 span { border-color: rgb(222,186,50); }

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