Html Css Color HEX #DEAB1F Galliano

📋 copy color: '#DEAB1F'

red 222 ◦ green 171 ◦ blue 31

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

Shades of Galliano #DEAB1F

Tints of Galliano #DEAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 52.36%
G = 40.33%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEAB1F (or 0xDEAB1F) is known color: Galliano. HEX triplet: DE, AB and 1F. RGB value is (222,171,31). Sum of RGB (Red+Green+Blue) = 222+171+31=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB1F is #2154E0. Grayscale: #AAAAAA. Windows color (decimal): -2184417 or 2075614. OLE color: 2075614.

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

Color convert

RGB 222 171 31 -
CMYK 0 0.23 0.86 0.13
HSL 43.98º 0.75% 0.5% -
HSV(B) 43.98º 0.86% 0.87% -
XYZ 44.93 44.75 7.57 -
YUV 170.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 222 171 31 0 0.23 0.86 0.13 43.98 0.75 0.5
Hex DE AB 1F 0 17 56 D 2C 4B 32
Octal 336 253 37 0 27 126 15 54 113 62
Binary 11011110 10101011 11111 0 10111 1010110 1101 101100 1001011 110010

Color Harmonies of #DEAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB1F

Black with #DEAB1F

Text Example


Text Example

White with #DEAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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