Html Css Color HEX #D5AC21 Galliano

📋 copy color: '#D5AC21'

red 213 ◦ green 172 ◦ blue 33

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

Shades of Galliano #D5AC21

Tints of Galliano #D5AC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 50.96%
G = 41.15%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5AC21 (or 0xD5AC21) is known color: Galliano. HEX triplet: D5, AC and 21. RGB value is (213,172,33). Sum of RGB (Red+Green+Blue) = 213+172+33=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC21 is #2A53DE. Grayscale: #A9A9A9. Windows color (decimal): -2773983 or 2206933. OLE color: 2206933.

HSL color Cylindrical-coordinate representation of color #D5AC21: hue angle of 46.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5AC21 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 33 -
CMYK 0 0.19 0.85 0.16
HSL 46.33º 0.73% 0.48% -
HSV(B) 46.33º 0.85% 0.84% -
XYZ 42.47 43.76 7.65 -
YUV 168.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 213 172 33 0 0.19 0.85 0.16 46.33 0.73 0.48
Hex D5 AC 21 0 13 55 10 2E 49 30
Octal 325 254 41 0 23 125 20 56 111 60
Binary 11010101 10101100 100001 0 10011 1010101 10000 101110 1001001 110000

Color Harmonies of #D5AC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC21

Black with #D5AC21

Text Example


Text Example

White with #D5AC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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