Html Css Color HEX #DEBA2E Gold Tips

📋 copy color: '#DEBA2E'

red 222 ◦ green 186 ◦ blue 46

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

Shades of Gold Tips #DEBA2E

Tints of Gold Tips #DEBA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 48.9%
G = 40.97%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEBA2E (or 0xDEBA2E) is known color: Gold Tips. HEX triplet: DE, BA and 2E. RGB value is (222,186,46). Sum of RGB (Red+Green+Blue) = 222+186+46=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA2E is #2145D1. Grayscale: #B5B5B5. Windows color (decimal): -2180562 or 3062494. OLE color: 3062494.

HSL color Cylindrical-coordinate representation of color #DEBA2E: hue angle of 47.73º 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 #DEBA2E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 46 -
CMYK 0 0.16 0.79 0.13
HSL 47.73º 0.73% 0.53% -
HSV(B) 47.73º 0.79% 0.87% -
XYZ 48.18 50.84 9.86 -
YUV 180.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 222 186 46 0 0.16 0.79 0.13 47.73 0.73 0.53
Hex DE BA 2E 0 10 4F D 30 49 35
Octal 336 272 56 0 20 117 15 60 111 65
Binary 11011110 10111010 101110 0 10000 1001111 1101 110000 1001001 110101

Color Harmonies of #DEBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA2E

Black with #DEBA2E

Text Example


Text Example

White with #DEBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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