Html Css Color HEX #D7AD2B Galliano

📋 copy color: '#D7AD2B'

red 215 ◦ green 173 ◦ blue 43

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

Shades of Galliano #D7AD2B

Tints of Galliano #D7AD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

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

R = 49.88%
G = 40.14%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7AD2B (or 0xD7AD2B) is known color: Galliano. HEX triplet: D7, AD and 2B. RGB value is (215,173,43). Sum of RGB (Red+Green+Blue) = 215+173+43=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD2B is #2852D4. Grayscale: #ABABAB. Windows color (decimal): -2642645 or 2862551. OLE color: 2862551.

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

Color convert

RGB 215 173 43 -
CMYK 0 0.20 0.8 0.16
HSL 45.35º 0.68% 0.51% -
HSV(B) 45.35º 0.8% 0.84% -
XYZ 43.4 44.51 8.59 -
YUV 170.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 215 173 43 0 0.20 0.8 0.16 45.35 0.68 0.51
Hex D7 AD 2B 0 14 50 10 2D 44 33
Octal 327 255 53 0 24 120 20 55 104 63
Binary 11010111 10101101 101011 0 10100 1010000 10000 101101 1000100 110011

Color Harmonies of #D7AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD2B

Black with #D7AD2B

Text Example


Text Example

White with #D7AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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