Html Css Color HEX #D5AC28 Galliano

📋 copy color: '#D5AC28'

red 213 ◦ green 172 ◦ blue 40

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

Shades of Galliano #D5AC28

Tints of Galliano #D5AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.47%

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

R = 50.12%
G = 40.47%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5AC28 (or 0xD5AC28) is known color: Galliano. HEX triplet: D5, AC and 28. RGB value is (213,172,40). Sum of RGB (Red+Green+Blue) = 213+172+40=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC28 is #2A53D7. Grayscale: #A9A9A9. Windows color (decimal): -2773976 or 2665685. OLE color: 2665685.

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

Color convert

RGB 213 172 40 -
CMYK 0 0.19 0.81 0.16
HSL 45.78º 0.68% 0.5% -
HSV(B) 45.78º 0.81% 0.84% -
XYZ 42.58 43.8 8.22 -
YUV 169.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 213 172 40 0 0.19 0.81 0.16 45.78 0.68 0.5
Hex D5 AC 28 0 13 51 10 2E 44 32
Octal 325 254 50 0 23 121 20 56 104 62
Binary 11010101 10101100 101000 0 10011 1010001 10000 101110 1000100 110010

Color Harmonies of #D5AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC28

Black with #D5AC28

Text Example


Text Example

White with #D5AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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