Html Css Color HEX #D5A71D Galliano

📋 copy color: '#D5A71D'

red 213 ◦ green 167 ◦ blue 29

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

Shades of Galliano #D5A71D

Tints of Galliano #D5A71D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 52.08%
G = 40.83%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5A71D (or 0xD5A71D) is known color: Galliano. HEX triplet: D5, A7 and 1D. RGB value is (213,167,29). Sum of RGB (Red+Green+Blue) = 213+167+29=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A71D is #2A58E2. Grayscale: #A5A5A5. Windows color (decimal): -2775267 or 1943509. OLE color: 1943509.

HSL color Cylindrical-coordinate representation of color #D5A71D: hue angle of 45º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5A71D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 167 29 -
CMYK 0 0.22 0.86 0.16
HSL 45º 0.76% 0.47% -
HSV(B) 45º 0.86% 0.84% -
XYZ 41.48 41.87 7.06 -
YUV 165.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 213 167 29 0 0.22 0.86 0.16 45 0.76 0.47
Hex D5 A7 1D 0 16 56 10 2D 4C 2F
Octal 325 247 35 0 26 126 20 55 114 57
Binary 11010101 10100111 11101 0 10110 1010110 10000 101101 1001100 101111

Color Harmonies of #D5A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A71D

Black with #D5A71D

Text Example


Text Example

White with #D5A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A71D; }

 p { color: rgb(213,167,29); }

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

background-color css

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

 a { background-color: rgb(213,167,29); }

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

border-color css

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

 span { border-color: rgb(213,167,29); }

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