Html Css Color HEX #DEB227 Gold Tips

📋 copy color: '#DEB227'

red 222 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #DEB227

Tints of Gold Tips #DEB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 50.57%
G = 40.55%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEB227 (or 0xDEB227) is known color: Gold Tips. HEX triplet: DE, B2 and 27. RGB value is (222,178,39). Sum of RGB (Red+Green+Blue) = 222+178+39=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB227 is #214DD8. Grayscale: #AFAFAF. Windows color (decimal): -2182617 or 2601694. OLE color: 2601694.

HSL color Cylindrical-coordinate representation of color #DEB227: hue angle of 45.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEB227 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 39 -
CMYK 0 0.20 0.82 0.13
HSL 45.57º 0.73% 0.51% -
HSV(B) 45.57º 0.82% 0.87% -
XYZ 46.41 47.52 8.65 -
YUV 175.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 222 178 39 0 0.20 0.82 0.13 45.57 0.73 0.51
Hex DE B2 27 0 14 52 D 2E 49 33
Octal 336 262 47 0 24 122 15 56 111 63
Binary 11011110 10110010 100111 0 10100 1010010 1101 101110 1001001 110011

Color Harmonies of #DEB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB227

Black with #DEB227

Text Example


Text Example

White with #DEB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB227; }

 p { color: rgb(222,178,39); }

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

background-color css

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

 a { background-color: rgb(222,178,39); }

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

border-color css

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

 span { border-color: rgb(222,178,39); }

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