Html Css Color HEX #D7A52B Galliano

📋 copy color: '#D7A52B'

red 215 ◦ green 165 ◦ blue 43

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

Shades of Galliano #D7A52B

Tints of Galliano #D7A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 50.83%
G = 39.01%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7A52B (or 0xD7A52B) is known color: Galliano. HEX triplet: D7, A5 and 2B. RGB value is (215,165,43). Sum of RGB (Red+Green+Blue) = 215+165+43=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A52B is #285AD4. Grayscale: #A6A6A6. Windows color (decimal): -2644693 or 2860503. OLE color: 2860503.

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

Color convert

RGB 215 165 43 -
CMYK 0 0.23 0.8 0.16
HSL 42.56º 0.68% 0.51% -
HSV(B) 42.56º 0.8% 0.84% -
XYZ 41.92 41.53 8.09 -
YUV 166.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 215 165 43 0 0.23 0.8 0.16 42.56 0.68 0.51
Hex D7 A5 2B 0 17 50 10 2B 44 33
Octal 327 245 53 0 27 120 20 53 104 63
Binary 11010111 10100101 101011 0 10111 1010000 10000 101011 1000100 110011

Color Harmonies of #D7A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A52B

Black with #D7A52B

Text Example


Text Example

White with #D7A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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