Html Css Color HEX #DEBA33 Gold Tips

📋 copy color: '#DEBA33'

red 222 ◦ green 186 ◦ blue 51

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

Shades of Gold Tips #DEBA33

Tints of Gold Tips #DEBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.11%

R = 48.37%
G = 40.52%
B = 11.11%

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

#DEBA33 (or 0xDEBA33) is known color: Gold Tips. HEX triplet: DE, BA and 33. RGB value is (222,186,51). Sum of RGB (Red+Green+Blue) = 222+186+51=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA33 is #2145CC. Grayscale: #B5B5B5. Windows color (decimal): -2180557 or 3390174. OLE color: 3390174.

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

Color convert

RGB 222 186 51 -
CMYK 0 0.16 0.77 0.13
HSL 47.37º 0.72% 0.54% -
HSV(B) 47.37º 0.77% 0.87% -
XYZ 48.28 50.89 10.41 -
YUV 181.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 222 186 51 0 0.16 0.77 0.13 47.37 0.72 0.54
Hex DE BA 33 0 10 4D D 2F 48 36
Octal 336 272 63 0 20 115 15 57 110 66
Binary 11011110 10111010 110011 0 10000 1001101 1101 101111 1001000 110110

Color Harmonies of #DEBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA33

Black with #DEBA33

Text Example


Text Example

White with #DEBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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