Html Css Color HEX #DEBA28 Gold Tips

📋 copy color: '#DEBA28'

red 222 ◦ green 186 ◦ blue 40

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

Shades of Gold Tips #DEBA28

Tints of Gold Tips #DEBA28

RGB

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

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

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

R = 49.55%
G = 41.52%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEBA28 (or 0xDEBA28) is known color: Gold Tips. HEX triplet: DE, BA and 28. RGB value is (222,186,40). Sum of RGB (Red+Green+Blue) = 222+186+40=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA28 is #2145D7. Grayscale: #B4B4B4. Windows color (decimal): -2180568 or 2669278. OLE color: 2669278.

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

Color convert

RGB 222 186 40 -
CMYK 0 0.16 0.82 0.13
HSL 48.13º 0.73% 0.51% -
HSV(B) 48.13º 0.82% 0.87% -
XYZ 48.07 50.8 9.28 -
YUV 180.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 222 186 40 0 0.16 0.82 0.13 48.13 0.73 0.51
Hex DE BA 28 0 10 52 D 30 49 33
Octal 336 272 50 0 20 122 15 60 111 63
Binary 11011110 10111010 101000 0 10000 1010010 1101 110000 1001001 110011

Color Harmonies of #DEBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA28

Black with #DEBA28

Text Example


Text Example

White with #DEBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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