Html Css Color HEX #DEA527 Galliano

📋 copy color: '#DEA527'

red 222 ◦ green 165 ◦ blue 39

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

Shades of Galliano #DEA527

Tints of Galliano #DEA527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 52.11%
G = 38.73%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA527 (or 0xDEA527) is known color: Galliano. HEX triplet: DE, A5 and 27. RGB value is (222,165,39). Sum of RGB (Red+Green+Blue) = 222+165+39=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA527 is #215AD8. Grayscale: #A8A8A8. Windows color (decimal): -2185945 or 2598366. OLE color: 2598366.

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

Color convert

RGB 222 165 39 -
CMYK 0 0.26 0.82 0.13
HSL 41.31º 0.73% 0.51% -
HSV(B) 41.31º 0.82% 0.87% -
XYZ 43.95 42.59 7.82 -
YUV 167.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 222 165 39 0 0.26 0.82 0.13 41.31 0.73 0.51
Hex DE A5 27 0 1A 52 D 29 49 33
Octal 336 245 47 0 32 122 15 51 111 63
Binary 11011110 10100101 100111 0 11010 1010010 1101 101001 1001001 110011

Color Harmonies of #DEA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA527

Black with #DEA527

Text Example


Text Example

White with #DEA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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