Html Css Color HEX #DEA72D Galliano

📋 copy color: '#DEA72D'

red 222 ◦ green 167 ◦ blue 45

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

Shades of Galliano #DEA72D

Tints of Galliano #DEA72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 51.15%
G = 38.48%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEA72D (or 0xDEA72D) is known color: Galliano. HEX triplet: DE, A7 and 2D. RGB value is (222,167,45). Sum of RGB (Red+Green+Blue) = 222+167+45=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA72D is #2158D2. Grayscale: #AAAAAA. Windows color (decimal): -2185427 or 2992094. OLE color: 2992094.

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

Color convert

RGB 222 167 45 -
CMYK 0 0.25 0.80 0.13
HSL 41.36º 0.73% 0.52% -
HSV(B) 41.36º 0.8% 0.87% -
XYZ 44.42 43.36 8.51 -
YUV 169.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 222 167 45 0 0.25 0.80 0.13 41.36 0.73 0.52
Hex DE A7 2D 0 19 50 D 29 49 34
Octal 336 247 55 0 31 120 15 51 111 64
Binary 11011110 10100111 101101 0 11001 1010000 1101 101001 1001001 110100

Color Harmonies of #DEA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA72D

Black with #DEA72D

Text Example


Text Example

White with #DEA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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