Html Css Color HEX #D7AB2B Galliano

📋 copy color: '#D7AB2B'

red 215 ◦ green 171 ◦ blue 43

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

Shades of Galliano #D7AB2B

Tints of Galliano #D7AB2B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

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

R = 50.12%
G = 39.86%
B = 10.02%

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

#D7AB2B (or 0xD7AB2B) is known color: Galliano. HEX triplet: D7, AB and 2B. RGB value is (215,171,43). Sum of RGB (Red+Green+Blue) = 215+171+43=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AB2B is #2854D4. Grayscale: #AAAAAA. Windows color (decimal): -2643157 or 2862039. OLE color: 2862039.

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

Color convert

RGB 215 171 43 -
CMYK 0 0.20 0.8 0.16
HSL 44.65º 0.68% 0.51% -
HSV(B) 44.65º 0.8% 0.84% -
XYZ 43.02 43.75 8.46 -
YUV 169.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 215 171 43 0 0.20 0.8 0.16 44.65 0.68 0.51
Hex D7 AB 2B 0 14 50 10 2D 44 33
Octal 327 253 53 0 24 120 20 55 104 63
Binary 11010111 10101011 101011 0 10100 1010000 10000 101101 1000100 110011

Color Harmonies of #D7AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB2B

Black with #D7AB2B

Text Example


Text Example

White with #D7AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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