Html Css Color HEX #DEA41C Galliano

📋 copy color: '#DEA41C'

red 222 ◦ green 164 ◦ blue 28

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

Shades of Galliano #DEA41C

Tints of Galliano #DEA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 53.62%
G = 39.61%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEA41C (or 0xDEA41C) is known color: Galliano. HEX triplet: DE, A4 and 1C. RGB value is (222,164,28). Sum of RGB (Red+Green+Blue) = 222+164+28=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA41C is #215BE3. Grayscale: #A6A6A6. Windows color (decimal): -2186212 or 1877214. OLE color: 1877214.

HSL color Cylindrical-coordinate representation of color #DEA41C: hue angle of 42.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEA41C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 28 -
CMYK 0 0.26 0.87 0.13
HSL 42.06º 0.78% 0.49% -
HSV(B) 42.06º 0.87% 0.87% -
XYZ 43.61 42.16 6.94 -
YUV 165.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 222 164 28 0 0.26 0.87 0.13 42.06 0.78 0.49
Hex DE A4 1C 0 1A 57 D 2A 4E 31
Octal 336 244 34 0 32 127 15 52 116 61
Binary 11011110 10100100 11100 0 11010 1010111 1101 101010 1001110 110001

Color Harmonies of #DEA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA41C

Black with #DEA41C

Text Example


Text Example

White with #DEA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA41C; }

 p { color: rgb(222,164,28); }

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

background-color css

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

 a { background-color: rgb(222,164,28); }

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

border-color css

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

 span { border-color: rgb(222,164,28); }

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