Html Css Color HEX #D7A71B Galliano

📋 copy color: '#D7A71B'

red 215 ◦ green 167 ◦ blue 27

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

Shades of Galliano #D7A71B

Tints of Galliano #D7A71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 52.57%
G = 40.83%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A71B (or 0xD7A71B) is known color: Galliano. HEX triplet: D7, A7 and 1B. RGB value is (215,167,27). Sum of RGB (Red+Green+Blue) = 215+167+27=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A71B is #2858E4. Grayscale: #A6A6A6. Windows color (decimal): -2644197 or 1812439. OLE color: 1812439.

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

Color convert

RGB 215 167 27 -
CMYK 0 0.22 0.87 0.16
HSL 44.68º 0.78% 0.47% -
HSV(B) 44.68º 0.87% 0.84% -
XYZ 42.04 42.16 6.96 -
YUV 165.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 215 167 27 0 0.22 0.87 0.16 44.68 0.78 0.47
Hex D7 A7 1B 0 16 57 10 2D 4E 2F
Octal 327 247 33 0 26 127 20 55 116 57
Binary 11010111 10100111 11011 0 10110 1010111 10000 101101 1001110 101111

Color Harmonies of #D7A71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A71B

Black with #D7A71B

Text Example


Text Example

White with #D7A71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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