Html Css Color HEX #DEA32C Galliano

📋 copy color: '#DEA32C'

red 222 ◦ green 163 ◦ blue 44

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

Shades of Galliano #DEA32C

Tints of Galliano #DEA32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 51.75%
G = 38%
B = 10.26%

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

#DEA32C (or 0xDEA32C) is known color: Galliano. HEX triplet: DE, A3 and 2C. RGB value is (222,163,44). Sum of RGB (Red+Green+Blue) = 222+163+44=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA32C is #215CD3. Grayscale: #A7A7A7. Windows color (decimal): -2186452 or 2925534. OLE color: 2925534.

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

Color convert

RGB 222 163 44 -
CMYK 0 0.27 0.80 0.13
HSL 40.11º 0.73% 0.52% -
HSV(B) 40.11º 0.8% 0.87% -
XYZ 43.68 41.91 8.17 -
YUV 167.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 222 163 44 0 0.27 0.80 0.13 40.11 0.73 0.52
Hex DE A3 2C 0 1B 50 D 28 49 34
Octal 336 243 54 0 33 120 15 50 111 64
Binary 11011110 10100011 101100 0 11011 1010000 1101 101000 1001001 110100

Color Harmonies of #DEA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA32C

Black with #DEA32C

Text Example


Text Example

White with #DEA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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