Html Css Color HEX #DEB728 Gold Tips

📋 copy color: '#DEB728'

red 222 ◦ green 183 ◦ blue 40

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

Shades of Gold Tips #DEB728

Tints of Gold Tips #DEB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 49.89%
G = 41.12%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEB728 (or 0xDEB728) is known color: Gold Tips. HEX triplet: DE, B7 and 28. RGB value is (222,183,40). Sum of RGB (Red+Green+Blue) = 222+183+40=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB728 is #2148D7. Grayscale: #B2B2B2. Windows color (decimal): -2181336 or 2668510. OLE color: 2668510.

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

Color convert

RGB 222 183 40 -
CMYK 0 0.18 0.82 0.13
HSL 47.14º 0.73% 0.51% -
HSV(B) 47.14º 0.82% 0.87% -
XYZ 47.44 49.55 9.07 -
YUV 178.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 222 183 40 0 0.18 0.82 0.13 47.14 0.73 0.51
Hex DE B7 28 0 12 52 D 2F 49 33
Octal 336 267 50 0 22 122 15 57 111 63
Binary 11011110 10110111 101000 0 10010 1010010 1101 101111 1001001 110011

Color Harmonies of #DEB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB728

Black with #DEB728

Text Example


Text Example

White with #DEB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB728; }

 p { color: rgb(222,183,40); }

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

background-color css

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

 a { background-color: rgb(222,183,40); }

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

border-color css

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

 span { border-color: rgb(222,183,40); }

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