Html Css Color HEX #D1AC25 Galliano

📋 copy color: '#D1AC25'

red 209 ◦ green 172 ◦ blue 37

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

Shades of Galliano #D1AC25

Tints of Galliano #D1AC25

RGB

 RED value IS 209 (82.03% from 255) = 50%

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

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 50%
G = 41.15%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1AC25 (or 0xD1AC25) is known color: Galliano. HEX triplet: D1, AC and 25. RGB value is (209,172,37). Sum of RGB (Red+Green+Blue) = 209+172+37=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC25 is #2E53DA. Grayscale: #A8A8A8. Windows color (decimal): -3036123 or 2469073. OLE color: 2469073.

HSL color Cylindrical-coordinate representation of color #D1AC25: hue angle of 47.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1AC25 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 37 -
CMYK 0 0.18 0.82 0.18
HSL 47.09º 0.7% 0.48% -
HSV(B) 47.09º 0.82% 0.82% -
XYZ 41.38 43.19 7.91 -
YUV 167.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 209 172 37 0 0.18 0.82 0.18 47.09 0.7 0.48
Hex D1 AC 25 0 12 52 12 2F 46 30
Octal 321 254 45 0 22 122 22 57 106 60
Binary 11010001 10101100 100101 0 10010 1010010 10010 101111 1000110 110000

Color Harmonies of #D1AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC25

Black with #D1AC25

Text Example


Text Example

White with #D1AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC25; }

 p { color: rgb(209,172,37); }

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

background-color css

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

 a { background-color: rgb(209,172,37); }

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

border-color css

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

 span { border-color: rgb(209,172,37); }

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