Html Css Color HEX #D6AC0D Galliano

📋 copy color: '#D6AC0D'

red 214 ◦ green 172 ◦ blue 13

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

Shades of Galliano #D6AC0D

Tints of Galliano #D6AC0D

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

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

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

R = 53.63%
G = 43.11%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6AC0D (or 0xD6AC0D) is known color: Galliano. HEX triplet: D6, AC and 0D. RGB value is (214,172,13). Sum of RGB (Red+Green+Blue) = 214+172+13=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AC0D is #2953F2. Grayscale: #A7A7A7. Windows color (decimal): -2708467 or 896214. OLE color: 896214.

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

Color convert

RGB 214 172 13 -
CMYK 0 0.20 0.94 0.16
HSL 47.46º 0.89% 0.45% -
HSV(B) 47.46º 0.94% 0.84% -
XYZ 42.56 43.83 6.6 -
YUV 166.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 214 172 13 0 0.20 0.94 0.16 47.46 0.89 0.45
Hex D6 AC D 0 14 5E 10 2F 59 2D
Octal 326 254 15 0 24 136 20 57 131 55
Binary 11010110 10101100 1101 0 10100 1011110 10000 101111 1011001 101101

Color Harmonies of #D6AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC0D

Black with #D6AC0D

Text Example


Text Example

White with #D6AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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