Html Css Color HEX #D7A82D Galliano

📋 copy color: '#D7A82D'

red 215 ◦ green 168 ◦ blue 45

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

Shades of Galliano #D7A82D

Tints of Galliano #D7A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 50.23%
G = 39.25%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7A82D (or 0xD7A82D) is known color: Galliano. HEX triplet: D7, A8 and 2D. RGB value is (215,168,45). Sum of RGB (Red+Green+Blue) = 215+168+45=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A82D is #2857D2. Grayscale: #A8A8A8. Windows color (decimal): -2643923 or 2992343. OLE color: 2992343.

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

Color convert

RGB 215 168 45 -
CMYK 0 0.22 0.79 0.16
HSL 43.41º 0.68% 0.51% -
HSV(B) 43.41º 0.79% 0.84% -
XYZ 42.5 42.64 8.47 -
YUV 168.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 215 168 45 0 0.22 0.79 0.16 43.41 0.68 0.51
Hex D7 A8 2D 0 16 4F 10 2B 44 33
Octal 327 250 55 0 26 117 20 53 104 63
Binary 11010111 10101000 101101 0 10110 1001111 10000 101011 1000100 110011

Color Harmonies of #D7A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A82D

Black with #D7A82D

Text Example


Text Example

White with #D7A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A82D; }

 p { color: rgb(215,168,45); }

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

background-color css

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

 a { background-color: rgb(215,168,45); }

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

border-color css

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

 span { border-color: rgb(215,168,45); }

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