Html Css Color HEX #DEAB15 Galliano

📋 copy color: '#DEAB15'

red 222 ◦ green 171 ◦ blue 21

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

Shades of Galliano #DEAB15

Tints of Galliano #DEAB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

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

R = 53.62%
G = 41.3%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEAB15 (or 0xDEAB15) is known color: Galliano. HEX triplet: DE, AB and 15. RGB value is (222,171,21). Sum of RGB (Red+Green+Blue) = 222+171+21=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB15 is #2154EA. Grayscale: #A9A9A9. Windows color (decimal): -2184427 or 1420254. OLE color: 1420254.

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

Color convert

RGB 222 171 21 -
CMYK 0 0.23 0.91 0.13
HSL 44.78º 0.83% 0.48% -
HSV(B) 44.78º 0.91% 0.87% -
XYZ 44.82 44.71 6.98 -
YUV 169.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 222 171 21 0 0.23 0.91 0.13 44.78 0.83 0.48
Hex DE AB 15 0 17 5B D 2D 53 30
Octal 336 253 25 0 27 133 15 55 123 60
Binary 11011110 10101011 10101 0 10111 1011011 1101 101101 1010011 110000

Color Harmonies of #DEAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB15

Black with #DEAB15

Text Example


Text Example

White with #DEAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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