Html Css Color HEX #DEB015 Galliano

📋 copy color: '#DEB015'

red 222 ◦ green 176 ◦ blue 21

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

Shades of Galliano #DEB015

Tints of Galliano #DEB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 52.98%
G = 42%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB015 (or 0xDEB015) is known color: Galliano. HEX triplet: DE, B0 and 15. RGB value is (222,176,21). Sum of RGB (Red+Green+Blue) = 222+176+21=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB015 is #214FEA. Grayscale: #ACACAC. Windows color (decimal): -2183147 or 1421534. OLE color: 1421534.

HSL color Cylindrical-coordinate representation of color #DEB015: hue angle of 46.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEB015 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 21 -
CMYK 0 0.21 0.91 0.13
HSL 46.27º 0.83% 0.48% -
HSV(B) 46.27º 0.91% 0.87% -
XYZ 45.78 46.63 7.3 -
YUV 172.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 222 176 21 0 0.21 0.91 0.13 46.27 0.83 0.48
Hex DE B0 15 0 15 5B D 2E 53 30
Octal 336 260 25 0 25 133 15 56 123 60
Binary 11011110 10110000 10101 0 10101 1011011 1101 101110 1010011 110000

Color Harmonies of #DEB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB015

Black with #DEB015

Text Example


Text Example

White with #DEB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB015; }

 p { color: rgb(222,176,21); }

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

background-color css

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

 a { background-color: rgb(222,176,21); }

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

border-color css

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

 span { border-color: rgb(222,176,21); }

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