Html Css Color HEX #DEA630 Galliano

📋 copy color: '#DEA630'

red 222 ◦ green 166 ◦ blue 48

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

Shades of Galliano #DEA630

Tints of Galliano #DEA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 50.92%
G = 38.07%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEA630 (or 0xDEA630) is known color: Galliano. HEX triplet: DE, A6 and 30. RGB value is (222,166,48). Sum of RGB (Red+Green+Blue) = 222+166+48=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA630 is #2159CF. Grayscale: #A9A9A9. Windows color (decimal): -2185680 or 3188446. OLE color: 3188446.

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

Color convert

RGB 222 166 48 -
CMYK 0 0.25 0.78 0.13
HSL 40.69º 0.73% 0.53% -
HSV(B) 40.69º 0.78% 0.87% -
XYZ 44.29 43.02 8.76 -
YUV 169.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 222 166 48 0 0.25 0.78 0.13 40.69 0.73 0.53
Hex DE A6 30 0 19 4E D 29 48 35
Octal 336 246 60 0 31 116 15 51 110 65
Binary 11011110 10100110 110000 0 11001 1001110 1101 101001 1001000 110101

Color Harmonies of #DEA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA630

Black with #DEA630

Text Example


Text Example

White with #DEA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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