Html Css Color HEX #DEBA30 Gold Tips

📋 copy color: '#DEBA30'

red 222 ◦ green 186 ◦ blue 48

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

Shades of Gold Tips #DEBA30

Tints of Gold Tips #DEBA30

RGB

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

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

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

R = 48.68%
G = 40.79%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEBA30 (or 0xDEBA30) is known color: Gold Tips. HEX triplet: DE, BA and 30. RGB value is (222,186,48). Sum of RGB (Red+Green+Blue) = 222+186+48=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA30 is #2145CF. Grayscale: #B5B5B5. Windows color (decimal): -2180560 or 3193566. OLE color: 3193566.

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

Color convert

RGB 222 186 48 -
CMYK 0 0.16 0.78 0.13
HSL 47.59º 0.73% 0.53% -
HSV(B) 47.59º 0.78% 0.87% -
XYZ 48.22 50.86 10.07 -
YUV 181.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 222 186 48 0 0.16 0.78 0.13 47.59 0.73 0.53
Hex DE BA 30 0 10 4E D 30 48 35
Octal 336 272 60 0 20 116 15 60 110 65
Binary 11011110 10111010 110000 0 10000 1001110 1101 110000 1001000 110101

Color Harmonies of #DEBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA30

Black with #DEBA30

Text Example


Text Example

White with #DEBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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