Html Css Color HEX #D5AB28 Galliano

📋 copy color: '#D5AB28'

red 213 ◦ green 171 ◦ blue 40

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

Shades of Galliano #D5AB28

Tints of Galliano #D5AB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 50.24%
G = 40.33%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5AB28 (or 0xD5AB28) is known color: Galliano. HEX triplet: D5, AB and 28. RGB value is (213,171,40). Sum of RGB (Red+Green+Blue) = 213+171+40=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB28 is #2A54D7. Grayscale: #A9A9A9. Windows color (decimal): -2774232 or 2665429. OLE color: 2665429.

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

Color convert

RGB 213 171 40 -
CMYK 0 0.20 0.81 0.16
HSL 45.43º 0.68% 0.5% -
HSV(B) 45.43º 0.81% 0.84% -
XYZ 42.39 43.43 8.16 -
YUV 168.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 213 171 40 0 0.20 0.81 0.16 45.43 0.68 0.5
Hex D5 AB 28 0 14 51 10 2D 44 32
Octal 325 253 50 0 24 121 20 55 104 62
Binary 11010101 10101011 101000 0 10100 1010001 10000 101101 1000100 110010

Color Harmonies of #D5AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB28

Black with #D5AB28

Text Example


Text Example

White with #D5AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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