Html Css Color HEX #D7A42B Galliano

📋 copy color: '#D7A42B'

red 215 ◦ green 164 ◦ blue 43

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

Shades of Galliano #D7A42B

Tints of Galliano #D7A42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 50.95%
G = 38.86%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7A42B (or 0xD7A42B) is known color: Galliano. HEX triplet: D7, A4 and 2B. RGB value is (215,164,43). Sum of RGB (Red+Green+Blue) = 215+164+43=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A42B is #285BD4. Grayscale: #A5A5A5. Windows color (decimal): -2644949 or 2860247. OLE color: 2860247.

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

Color convert

RGB 215 164 43 -
CMYK 0 0.24 0.8 0.16
HSL 42.21º 0.68% 0.51% -
HSV(B) 42.21º 0.8% 0.84% -
XYZ 41.74 41.17 8.03 -
YUV 165.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 215 164 43 0 0.24 0.8 0.16 42.21 0.68 0.51
Hex D7 A4 2B 0 18 50 10 2A 44 33
Octal 327 244 53 0 30 120 20 52 104 63
Binary 11010111 10100100 101011 0 11000 1010000 10000 101010 1000100 110011

Color Harmonies of #D7A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A42B

Black with #D7A42B

Text Example


Text Example

White with #D7A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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