Html Css Color HEX #D5AB27 Galliano

📋 copy color: '#D5AB27'

red 213 ◦ green 171 ◦ blue 39

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

Shades of Galliano #D5AB27

Tints of Galliano #D5AB27

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 50.35%
G = 40.43%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5AB27 (or 0xD5AB27) is known color: Galliano. HEX triplet: D5, AB and 27. RGB value is (213,171,39). Sum of RGB (Red+Green+Blue) = 213+171+39=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB27 is #2A54D8. Grayscale: #A9A9A9. Windows color (decimal): -2774233 or 2599893. OLE color: 2599893.

HSL color Cylindrical-coordinate representation of color #D5AB27: hue angle of 45.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5AB27 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 39 -
CMYK 0 0.20 0.82 0.16
HSL 45.52º 0.69% 0.49% -
HSV(B) 45.52º 0.82% 0.84% -
XYZ 42.37 43.42 8.07 -
YUV 168.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 213 171 39 0 0.20 0.82 0.16 45.52 0.69 0.49
Hex D5 AB 27 0 14 52 10 2E 45 31
Octal 325 253 47 0 24 122 20 56 105 61
Binary 11010101 10101011 100111 0 10100 1010010 10000 101110 1000101 110001

Color Harmonies of #D5AB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB27

Black with #D5AB27

Text Example


Text Example

White with #D5AB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB27; }

 p { color: rgb(213,171,39); }

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

background-color css

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

 a { background-color: rgb(213,171,39); }

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

border-color css

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

 span { border-color: rgb(213,171,39); }

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