Html Css Color HEX #DEA81F Galliano

📋 copy color: '#DEA81F'

red 222 ◦ green 168 ◦ blue 31

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

Shades of Galliano #DEA81F

Tints of Galliano #DEA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 52.73%
G = 39.9%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEA81F (or 0xDEA81F) is known color: Galliano. HEX triplet: DE, A8 and 1F. RGB value is (222,168,31). Sum of RGB (Red+Green+Blue) = 222+168+31=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA81F is #2157E0. Grayscale: #A9A9A9. Windows color (decimal): -2185185 or 2074846. OLE color: 2074846.

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

Color convert

RGB 222 168 31 -
CMYK 0 0.24 0.86 0.13
HSL 43.04º 0.75% 0.5% -
HSV(B) 43.04º 0.86% 0.87% -
XYZ 44.37 43.63 7.38 -
YUV 168.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 222 168 31 0 0.24 0.86 0.13 43.04 0.75 0.5
Hex DE A8 1F 0 18 56 D 2B 4B 32
Octal 336 250 37 0 30 126 15 53 113 62
Binary 11011110 10101000 11111 0 11000 1010110 1101 101011 1001011 110010

Color Harmonies of #DEA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA81F

Black with #DEA81F

Text Example


Text Example

White with #DEA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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