Html Css Color HEX #DEA430 Galliano

📋 copy color: '#DEA430'

red 222 ◦ green 164 ◦ blue 48

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

Shades of Galliano #DEA430

Tints of Galliano #DEA430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 51.15%
G = 37.79%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEA430 (or 0xDEA430) is known color: Galliano. HEX triplet: DE, A4 and 30. RGB value is (222,164,48). Sum of RGB (Red+Green+Blue) = 222+164+48=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA430 is #215BCF. Grayscale: #A8A8A8. Windows color (decimal): -2186192 or 3187934. OLE color: 3187934.

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

Color convert

RGB 222 164 48 -
CMYK 0 0.26 0.78 0.13
HSL 40º 0.73% 0.53% -
HSV(B) 40º 0.78% 0.87% -
XYZ 43.93 42.29 8.64 -
YUV 168.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 222 164 48 0 0.26 0.78 0.13 40 0.73 0.53
Hex DE A4 30 0 1A 4E D 28 48 35
Octal 336 244 60 0 32 116 15 50 110 65
Binary 11011110 10100100 110000 0 11010 1001110 1101 101000 1001000 110101

Color Harmonies of #DEA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA430

Black with #DEA430

Text Example


Text Example

White with #DEA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA430; }

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

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

background-color css

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

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

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

border-color css

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

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

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