Html Css Color HEX #D5A01B Galliano

📋 copy color: '#D5A01B'

red 213 ◦ green 160 ◦ blue 27

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

Shades of Galliano #D5A01B

Tints of Galliano #D5A01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 53.25%
G = 40%
B = 6.75%

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

#D5A01B (or 0xD5A01B) is known color: Galliano. HEX triplet: D5, A0 and 1B. RGB value is (213,160,27). Sum of RGB (Red+Green+Blue) = 213+160+27=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A01B is #2A5FE4. Grayscale: #A1A1A1. Windows color (decimal): -2777061 or 1810645. OLE color: 1810645.

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

Color convert

RGB 213 160 27 -
CMYK 0 0.25 0.87 0.16
HSL 42.9º 0.78% 0.47% -
HSV(B) 42.9º 0.87% 0.84% -
XYZ 40.21 39.37 6.52 -
YUV 160.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 213 160 27 0 0.25 0.87 0.16 42.9 0.78 0.47
Hex D5 A0 1B 0 19 57 10 2B 4E 2F
Octal 325 240 33 0 31 127 20 53 116 57
Binary 11010101 10100000 11011 0 11001 1010111 10000 101011 1001110 101111

Color Harmonies of #D5A01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A01B

Black with #D5A01B

Text Example


Text Example

White with #D5A01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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