Html Css Color HEX #DEA127 Galliano

📋 copy color: '#DEA127'

red 222 ◦ green 161 ◦ blue 39

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

Shades of Galliano #DEA127

Tints of Galliano #DEA127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 52.61%
G = 38.15%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA127 (or 0xDEA127) is known color: Galliano. HEX triplet: DE, A1 and 27. RGB value is (222,161,39). Sum of RGB (Red+Green+Blue) = 222+161+39=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA127 is #215ED8. Grayscale: #A5A5A5. Windows color (decimal): -2186969 or 2597342. OLE color: 2597342.

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

Color convert

RGB 222 161 39 -
CMYK 0 0.27 0.82 0.13
HSL 40º 0.73% 0.51% -
HSV(B) 40º 0.82% 0.87% -
XYZ 43.24 41.17 7.59 -
YUV 165.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 222 161 39 0 0.27 0.82 0.13 40 0.73 0.51
Hex DE A1 27 0 1B 52 D 28 49 33
Octal 336 241 47 0 33 122 15 50 111 63
Binary 11011110 10100001 100111 0 11011 1010010 1101 101000 1001001 110011

Color Harmonies of #DEA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA127

Black with #DEA127

Text Example


Text Example

White with #DEA127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA127; }

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

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

background-color css

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

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

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

border-color css

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

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

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