Html Css Color HEX #D7A42D Galliano

📋 copy color: '#D7A42D'

red 215 ◦ green 164 ◦ blue 45

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

Shades of Galliano #D7A42D

Tints of Galliano #D7A42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

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

R = 50.71%
G = 38.68%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7A42D (or 0xD7A42D) is known color: Galliano. HEX triplet: D7, A4 and 2D. RGB value is (215,164,45). Sum of RGB (Red+Green+Blue) = 215+164+45=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A42D is #285BD2. Grayscale: #A6A6A6. Windows color (decimal): -2644947 or 2991319. OLE color: 2991319.

HSL color Cylindrical-coordinate representation of color #D7A42D: hue angle of 42º 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 #D7A42D is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 164 45 -
CMYK 0 0.24 0.79 0.16
HSL 42º 0.68% 0.51% -
HSV(B) 42º 0.79% 0.84% -
XYZ 41.77 41.19 8.23 -
YUV 165.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 215 164 45 0 0.24 0.79 0.16 42 0.68 0.51
Hex D7 A4 2D 0 18 4F 10 2A 44 33
Octal 327 244 55 0 30 117 20 52 104 63
Binary 11010111 10100100 101101 0 11000 1001111 10000 101010 1000100 110011

Color Harmonies of #D7A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A42D

Black with #D7A42D

Text Example


Text Example

White with #D7A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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