Html Css Color HEX #DEA123 Galliano

📋 copy color: '#DEA123'

red 222 ◦ green 161 ◦ blue 35

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

Shades of Galliano #DEA123

Tints of Galliano #DEA123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 53.11%
G = 38.52%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA123 (or 0xDEA123) is known color: Galliano. HEX triplet: DE, A1 and 23. RGB value is (222,161,35). Sum of RGB (Red+Green+Blue) = 222+161+35=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA123 is #215EDC. Grayscale: #A5A5A5. Windows color (decimal): -2186973 or 2335198. OLE color: 2335198.

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

Color convert

RGB 222 161 35 -
CMYK 0 0.27 0.84 0.13
HSL 40.43º 0.74% 0.5% -
HSV(B) 40.43º 0.84% 0.87% -
XYZ 43.17 41.14 7.26 -
YUV 164.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 222 161 35 0 0.27 0.84 0.13 40.43 0.74 0.5
Hex DE A1 23 0 1B 54 D 28 4A 32
Octal 336 241 43 0 33 124 15 50 112 62
Binary 11011110 10100001 100011 0 11011 1010100 1101 101000 1001010 110010

Color Harmonies of #DEA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA123

Black with #DEA123

Text Example


Text Example

White with #DEA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA123; }

 p { color: rgb(222,161,35); }

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

background-color css

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

 a { background-color: rgb(222,161,35); }

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

border-color css

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

 span { border-color: rgb(222,161,35); }

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