Html Css Color HEX #D7A21B Galliano

📋 copy color: '#D7A21B'

red 215 ◦ green 162 ◦ blue 27

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

Shades of Galliano #D7A21B

Tints of Galliano #D7A21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 53.22%
G = 40.1%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A21B (or 0xD7A21B) is known color: Galliano. HEX triplet: D7, A2 and 1B. RGB value is (215,162,27). Sum of RGB (Red+Green+Blue) = 215+162+27=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A21B is #285DE4. Grayscale: #A3A3A3. Windows color (decimal): -2645477 or 1811159. OLE color: 1811159.

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

Color convert

RGB 215 162 27 -
CMYK 0 0.25 0.87 0.16
HSL 43.09º 0.78% 0.47% -
HSV(B) 43.09º 0.87% 0.84% -
XYZ 41.14 40.37 6.66 -
YUV 162.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 215 162 27 0 0.25 0.87 0.16 43.09 0.78 0.47
Hex D7 A2 1B 0 19 57 10 2B 4E 2F
Octal 327 242 33 0 31 127 20 53 116 57
Binary 11010111 10100010 11011 0 11001 1010111 10000 101011 1001110 101111

Color Harmonies of #D7A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A21B

Black with #D7A21B

Text Example


Text Example

White with #D7A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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