Html Css Color HEX #D5A21C Galliano

📋 copy color: '#D5A21C'

red 213 ◦ green 162 ◦ blue 28

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

Shades of Galliano #D5A21C

Tints of Galliano #D5A21C

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 40.2%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5A21C (or 0xD5A21C) is known color: Galliano. HEX triplet: D5, A2 and 1C. RGB value is (213,162,28). Sum of RGB (Red+Green+Blue) = 213+162+28=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A21C is #2A5DE3. Grayscale: #A2A2A2. Windows color (decimal): -2776548 or 1876693. OLE color: 1876693.

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

Color convert

RGB 213 162 28 -
CMYK 0 0.24 0.87 0.16
HSL 43.46º 0.77% 0.47% -
HSV(B) 43.46º 0.87% 0.84% -
XYZ 40.57 40.07 6.69 -
YUV 161.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 213 162 28 0 0.24 0.87 0.16 43.46 0.77 0.47
Hex D5 A2 1C 0 18 57 10 2B 4D 2F
Octal 325 242 34 0 30 127 20 53 115 57
Binary 11010101 10100010 11100 0 11000 1010111 10000 101011 1001101 101111

Color Harmonies of #D5A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A21C

Black with #D5A21C

Text Example


Text Example

White with #D5A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A21C; }

 p { color: rgb(213,162,28); }

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

background-color css

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

 a { background-color: rgb(213,162,28); }

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

border-color css

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

 span { border-color: rgb(213,162,28); }

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