Html Css Color HEX #D5A51B Galliano

📋 copy color: '#D5A51B'

red 213 ◦ green 165 ◦ blue 27

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

Shades of Galliano #D5A51B

Tints of Galliano #D5A51B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

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

R = 52.59%
G = 40.74%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5A51B (or 0xD5A51B) is known color: Galliano. HEX triplet: D5, A5 and 1B. RGB value is (213,165,27). Sum of RGB (Red+Green+Blue) = 213+165+27=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A51B is #2A5AE4. Grayscale: #A4A4A4. Windows color (decimal): -2775781 or 1811925. OLE color: 1811925.

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

Color convert

RGB 213 165 27 -
CMYK 0 0.23 0.87 0.16
HSL 44.52º 0.78% 0.47% -
HSV(B) 44.52º 0.87% 0.84% -
XYZ 41.09 41.14 6.81 -
YUV 163.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 213 165 27 0 0.23 0.87 0.16 44.52 0.78 0.47
Hex D5 A5 1B 0 17 57 10 2D 4E 2F
Octal 325 245 33 0 27 127 20 55 116 57
Binary 11010101 10100101 11011 0 10111 1010111 10000 101101 1001110 101111

Color Harmonies of #D5A51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A51B

Black with #D5A51B

Text Example


Text Example

White with #D5A51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A51B; }

 p { color: rgb(213,165,27); }

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

background-color css

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

 a { background-color: rgb(213,165,27); }

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

border-color css

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

 span { border-color: rgb(213,165,27); }

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