Html Css Color HEX #D5A81C Galliano

📋 copy color: '#D5A81C'

red 213 ◦ green 168 ◦ blue 28

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

Shades of Galliano #D5A81C

Tints of Galliano #D5A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 52.08%
G = 41.08%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5A81C (or 0xD5A81C) is known color: Galliano. HEX triplet: D5, A8 and 1C. RGB value is (213,168,28). Sum of RGB (Red+Green+Blue) = 213+168+28=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A81C is #2A57E3. Grayscale: #A6A6A6. Windows color (decimal): -2775012 or 1878229. OLE color: 1878229.

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

Color convert

RGB 213 168 28 -
CMYK 0 0.21 0.87 0.16
HSL 45.41º 0.77% 0.47% -
HSV(B) 45.41º 0.87% 0.84% -
XYZ 41.65 42.24 7.06 -
YUV 165.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 213 168 28 0 0.21 0.87 0.16 45.41 0.77 0.47
Hex D5 A8 1C 0 15 57 10 2D 4D 2F
Octal 325 250 34 0 25 127 20 55 115 57
Binary 11010101 10101000 11100 0 10101 1010111 10000 101101 1001101 101111

Color Harmonies of #D5A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A81C

Black with #D5A81C

Text Example


Text Example

White with #D5A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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