Html Css Color HEX #D1AC0D Galliano

📋 copy color: '#D1AC0D'

red 209 ◦ green 172 ◦ blue 13

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

Shades of Galliano #D1AC0D

Tints of Galliano #D1AC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 53.05%
G = 43.65%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1AC0D (or 0xD1AC0D) is known color: Galliano. HEX triplet: D1, AC and 0D. RGB value is (209,172,13). Sum of RGB (Red+Green+Blue) = 209+172+13=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC0D is #2E53F2. Grayscale: #A5A5A5. Windows color (decimal): -3036147 or 896209. OLE color: 896209.

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

Color convert

RGB 209 172 13 -
CMYK 0 0.18 0.94 0.18
HSL 48.67º 0.88% 0.44% -
HSV(B) 48.67º 0.94% 0.82% -
XYZ 41.12 43.09 6.53 -
YUV 164.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 209 172 13 0 0.18 0.94 0.18 48.67 0.88 0.44
Hex D1 AC D 0 12 5E 12 31 58 2C
Octal 321 254 15 0 22 136 22 61 130 54
Binary 11010001 10101100 1101 0 10010 1011110 10010 110001 1011000 101100

Color Harmonies of #D1AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC0D

Black with #D1AC0D

Text Example


Text Example

White with #D1AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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