Html Css Color HEX #DEA71C Galliano

📋 copy color: '#DEA71C'

red 222 ◦ green 167 ◦ blue 28

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

Shades of Galliano #DEA71C

Tints of Galliano #DEA71C

RGB

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

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

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

R = 53.24%
G = 40.05%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEA71C (or 0xDEA71C) is known color: Galliano. HEX triplet: DE, A7 and 1C. RGB value is (222,167,28). Sum of RGB (Red+Green+Blue) = 222+167+28=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA71C is #2158E3. Grayscale: #A8A8A8. Windows color (decimal): -2185444 or 1877982. OLE color: 1877982.

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

Color convert

RGB 222 167 28 -
CMYK 0 0.25 0.87 0.13
HSL 42.99º 0.78% 0.49% -
HSV(B) 42.99º 0.87% 0.87% -
XYZ 44.15 43.25 7.12 -
YUV 167.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 222 167 28 0 0.25 0.87 0.13 42.99 0.78 0.49
Hex DE A7 1C 0 19 57 D 2B 4E 31
Octal 336 247 34 0 31 127 15 53 116 61
Binary 11011110 10100111 11100 0 11001 1010111 1101 101011 1001110 110001

Color Harmonies of #DEA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA71C

Black with #DEA71C

Text Example


Text Example

White with #DEA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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