Html Css Color HEX #DEBB33 Gold Tips

📋 copy color: '#DEBB33'

red 222 ◦ green 187 ◦ blue 51

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

Shades of Gold Tips #DEBB33

Tints of Gold Tips #DEBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.65%

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

R = 48.26%
G = 40.65%
B = 11.09%

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

#DEBB33 (or 0xDEBB33) is known color: Gold Tips. HEX triplet: DE, BB and 33. RGB value is (222,187,51). Sum of RGB (Red+Green+Blue) = 222+187+51=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB33 is #2144CC. Grayscale: #B6B6B6. Windows color (decimal): -2180301 or 3390430. OLE color: 3390430.

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

Color convert

RGB 222 187 51 -
CMYK 0 0.16 0.77 0.13
HSL 47.72º 0.72% 0.54% -
HSV(B) 47.72º 0.77% 0.87% -
XYZ 48.49 51.31 10.48 -
YUV 181.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 222 187 51 0 0.16 0.77 0.13 47.72 0.72 0.54
Hex DE BB 33 0 10 4D D 30 48 36
Octal 336 273 63 0 20 115 15 60 110 66
Binary 11011110 10111011 110011 0 10000 1001101 1101 110000 1001000 110110

Color Harmonies of #DEBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB33

Black with #DEBB33

Text Example


Text Example

White with #DEBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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