Html Css Color HEX #D7A228 Galliano

📋 copy color: '#D7A228'

red 215 ◦ green 162 ◦ blue 40

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

Shades of Galliano #D7A228

Tints of Galliano #D7A228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 51.56%
G = 38.85%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7A228 (or 0xD7A228) is known color: Galliano. HEX triplet: D7, A2 and 28. RGB value is (215,162,40). Sum of RGB (Red+Green+Blue) = 215+162+40=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A228 is #285DD7. Grayscale: #A4A4A4. Windows color (decimal): -2645464 or 2663127. OLE color: 2663127.

HSL color Cylindrical-coordinate representation of color #D7A228: hue angle of 41.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7A228 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 40 -
CMYK 0 0.25 0.81 0.16
HSL 41.83º 0.69% 0.5% -
HSV(B) 41.83º 0.81% 0.84% -
XYZ 41.33 40.44 7.64 -
YUV 163.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 215 162 40 0 0.25 0.81 0.16 41.83 0.69 0.5
Hex D7 A2 28 0 19 51 10 2A 45 32
Octal 327 242 50 0 31 121 20 52 105 62
Binary 11010111 10100010 101000 0 11001 1010001 10000 101010 1000101 110010

Color Harmonies of #D7A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A228

Black with #D7A228

Text Example


Text Example

White with #D7A228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A228; }

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

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

background-color css

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

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

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

border-color css

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

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

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