Html Css Color HEX #D7B21C Galliano

📋 copy color: '#D7B21C'

red 215 ◦ green 178 ◦ blue 28

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

Shades of Galliano #D7B21C

Tints of Galliano #D7B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 51.07%
G = 42.28%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7B21C (or 0xD7B21C) is known color: Galliano. HEX triplet: D7, B2 and 1C. RGB value is (215,178,28). Sum of RGB (Red+Green+Blue) = 215+178+28=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B21C is #284DE3. Grayscale: #ACACAC. Windows color (decimal): -2641380 or 1880791. OLE color: 1880791.

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

Color convert

RGB 215 178 28 -
CMYK 0 0.17 0.87 0.16
HSL 48.13º 0.77% 0.48% -
HSV(B) 48.13º 0.87% 0.84% -
XYZ 44.15 46.37 7.72 -
YUV 171.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 215 178 28 0 0.17 0.87 0.16 48.13 0.77 0.48
Hex D7 B2 1C 0 11 57 10 30 4D 30
Octal 327 262 34 0 21 127 20 60 115 60
Binary 11010111 10110010 11100 0 10001 1010111 10000 110000 1001101 110000

Color Harmonies of #D7B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B21C

Black with #D7B21C

Text Example


Text Example

White with #D7B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B21C; }

 p { color: rgb(215,178,28); }

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

background-color css

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

 a { background-color: rgb(215,178,28); }

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

border-color css

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

 span { border-color: rgb(215,178,28); }

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