Html Css Color HEX #D6AD0C Galliano

📋 copy color: '#D6AD0C'

red 214 ◦ green 173 ◦ blue 12

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

Shades of Galliano #D6AD0C

Tints of Galliano #D6AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 53.63%
G = 43.36%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6AD0C (or 0xD6AD0C) is known color: Galliano. HEX triplet: D6, AD and 0C. RGB value is (214,173,12). Sum of RGB (Red+Green+Blue) = 214+173+12=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD0C is #2952F3. Grayscale: #A7A7A7. Windows color (decimal): -2708212 or 830934. OLE color: 830934.

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

Color convert

RGB 214 173 12 -
CMYK 0 0.19 0.94 0.16
HSL 47.82º 0.89% 0.44% -
HSV(B) 47.82º 0.94% 0.84% -
XYZ 42.74 44.21 6.63 -
YUV 166.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 214 173 12 0 0.19 0.94 0.16 47.82 0.89 0.44
Hex D6 AD C 0 13 5E 10 30 59 2C
Octal 326 255 14 0 23 136 20 60 131 54
Binary 11010110 10101101 1100 0 10011 1011110 10000 110000 1011001 101100

Color Harmonies of #D6AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD0C

Black with #D6AD0C

Text Example


Text Example

White with #D6AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD0C; }

 p { color: rgb(214,173,12); }

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

background-color css

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

 a { background-color: rgb(214,173,12); }

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

border-color css

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

 span { border-color: rgb(214,173,12); }

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