Html Css Color HEX #D7A91B Galliano

📋 copy color: '#D7A91B'

red 215 ◦ green 169 ◦ blue 27

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

Shades of Galliano #D7A91B

Tints of Galliano #D7A91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 52.31%
G = 41.12%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A91B (or 0xD7A91B) is known color: Galliano. HEX triplet: D7, A9 and 1B. RGB value is (215,169,27). Sum of RGB (Red+Green+Blue) = 215+169+27=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A91B is #2856E4. Grayscale: #A7A7A7. Windows color (decimal): -2643685 or 1812951. OLE color: 1812951.

HSL color Cylindrical-coordinate representation of color #D7A91B: hue angle of 45.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7A91B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 27 -
CMYK 0 0.21 0.87 0.16
HSL 45.32º 0.78% 0.47% -
HSV(B) 45.32º 0.87% 0.84% -
XYZ 42.41 42.9 7.08 -
YUV 166.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 215 169 27 0 0.21 0.87 0.16 45.32 0.78 0.47
Hex D7 A9 1B 0 15 57 10 2D 4E 2F
Octal 327 251 33 0 25 127 20 55 116 57
Binary 11010111 10101001 11011 0 10101 1010111 10000 101101 1001110 101111

Color Harmonies of #D7A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A91B

Black with #D7A91B

Text Example


Text Example

White with #D7A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A91B; }

 p { color: rgb(215,169,27); }

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

background-color css

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

 a { background-color: rgb(215,169,27); }

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

border-color css

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

 span { border-color: rgb(215,169,27); }

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