Html Css Color HEX #DEA32D Galliano

📋 copy color: '#DEA32D'

red 222 ◦ green 163 ◦ blue 45

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

Shades of Galliano #DEA32D

Tints of Galliano #DEA32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 51.63%
G = 37.91%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEA32D (or 0xDEA32D) is known color: Galliano. HEX triplet: DE, A3 and 2D. RGB value is (222,163,45). Sum of RGB (Red+Green+Blue) = 222+163+45=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA32D is #215CD2. Grayscale: #A7A7A7. Windows color (decimal): -2186451 or 2991070. OLE color: 2991070.

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

Color convert

RGB 222 163 45 -
CMYK 0 0.27 0.80 0.13
HSL 40º 0.73% 0.52% -
HSV(B) 40º 0.8% 0.87% -
XYZ 43.7 41.91 8.27 -
YUV 167.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 222 163 45 0 0.27 0.80 0.13 40 0.73 0.52
Hex DE A3 2D 0 1B 50 D 28 49 34
Octal 336 243 55 0 33 120 15 50 111 64
Binary 11011110 10100011 101101 0 11011 1010000 1101 101000 1001001 110100

Color Harmonies of #DEA32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA32D

Black with #DEA32D

Text Example


Text Example

White with #DEA32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA32D; }

 p { color: rgb(222,163,45); }

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

background-color css

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

 a { background-color: rgb(222,163,45); }

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

border-color css

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

 span { border-color: rgb(222,163,45); }

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