Html Css Color HEX #DEAB14 Galliano

📋 copy color: '#DEAB14'

red 222 ◦ green 171 ◦ blue 20

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

Shades of Galliano #DEAB14

Tints of Galliano #DEAB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 53.75%
G = 41.4%
B = 4.84%

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

#DEAB14 (or 0xDEAB14) is known color: Galliano. HEX triplet: DE, AB and 14. RGB value is (222,171,20). Sum of RGB (Red+Green+Blue) = 222+171+20=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB14 is #2154EB. Grayscale: #A9A9A9. Windows color (decimal): -2184428 or 1354718. OLE color: 1354718.

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

Color convert

RGB 222 171 20 -
CMYK 0 0.23 0.91 0.13
HSL 44.85º 0.83% 0.47% -
HSV(B) 44.85º 0.91% 0.87% -
XYZ 44.81 44.71 6.93 -
YUV 169.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 222 171 20 0 0.23 0.91 0.13 44.85 0.83 0.47
Hex DE AB 14 0 17 5B D 2D 53 2F
Octal 336 253 24 0 27 133 15 55 123 57
Binary 11011110 10101011 10100 0 10111 1011011 1101 101101 1010011 101111

Color Harmonies of #DEAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB14

Black with #DEAB14

Text Example


Text Example

White with #DEAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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