Html Css Color HEX #D7A22C Galliano

📋 copy color: '#D7A22C'

red 215 ◦ green 162 ◦ blue 44

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

Shades of Galliano #D7A22C

Tints of Galliano #D7A22C

RGB

 RED value IS 215 (84.38% from 255) = 51.07%

 GREEN value IS 162 (63.67% from 255) = 38.48%

 BLUE value IS 44 (17.58% from 255) = 10.45%

R = 51.07%
G = 38.48%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7A22C (or 0xD7A22C) is known color: Galliano. HEX triplet: D7, A2 and 2C. RGB value is (215,162,44). Sum of RGB (Red+Green+Blue) = 215+162+44=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A22C is #285DD3. Grayscale: #A4A4A4. Windows color (decimal): -2645460 or 2925271. OLE color: 2925271.

HSL color Cylindrical-coordinate representation of color #D7A22C: hue angle of 41.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7A22C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 44 -
CMYK 0 0.25 0.80 0.16
HSL 41.4º 0.68% 0.51% -
HSV(B) 41.4º 0.8% 0.84% -
XYZ 41.4 40.47 8.01 -
YUV 164.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 215 162 44 0 0.25 0.80 0.16 41.4 0.68 0.51
Hex D7 A2 2C 0 19 50 10 29 44 33
Octal 327 242 54 0 31 120 20 51 104 63
Binary 11010111 10100010 101100 0 11001 1010000 10000 101001 1000100 110011

Color Harmonies of #D7A22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A22C

Black with #D7A22C

Text Example


Text Example

White with #D7A22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A22C; }

 p { color: rgb(215,162,44); }

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

background-color css

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

 a { background-color: rgb(215,162,44); }

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

border-color css

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

 span { border-color: rgb(215,162,44); }

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