Html Css Color HEX #D0A60C Galliano

📋 copy color: '#D0A60C'

red 208 ◦ green 166 ◦ blue 12

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

Shades of Galliano #D0A60C

Tints of Galliano #D0A60C

RGB

 RED value IS 208 (81.64% from 255) = 53.89%

 GREEN value IS 166 (65.23% from 255) = 43.01%

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

R = 53.89%
G = 43.01%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0A60C (or 0xD0A60C) is known color: Galliano. HEX triplet: D0, A6 and 0C. RGB value is (208,166,12). Sum of RGB (Red+Green+Blue) = 208+166+12=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A60C is #2F59F3. Grayscale: #A1A1A1. Windows color (decimal): -3103220 or 829136. OLE color: 829136.

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

Color convert

RGB 208 166 12 -
CMYK 0 0.20 0.94 0.18
HSL 47.14º 0.89% 0.43% -
HSV(B) 47.14º 0.94% 0.82% -
XYZ 39.72 40.71 6.11 -
YUV 161 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 208 166 12 0 0.20 0.94 0.18 47.14 0.89 0.43
Hex D0 A6 C 0 14 5E 12 2F 59 2B
Octal 320 246 14 0 24 136 22 57 131 53
Binary 11010000 10100110 1100 0 10100 1011110 10010 101111 1011001 101011

Color Harmonies of #D0A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A60C

Black with #D0A60C

Text Example


Text Example

White with #D0A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A60C; }

 p { color: rgb(208,166,12); }

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

background-color css

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

 a { background-color: rgb(208,166,12); }

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

border-color css

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

 span { border-color: rgb(208,166,12); }

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