Html Css Color HEX #D0A70C Galliano

📋 copy color: '#D0A70C'

red 208 ◦ green 167 ◦ blue 12

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

Shades of Galliano #D0A70C

Tints of Galliano #D0A70C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

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

R = 53.75%
G = 43.15%
B = 3.1%

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

#D0A70C (or 0xD0A70C) is known color: Galliano. HEX triplet: D0, A7 and 0C. RGB value is (208,167,12). Sum of RGB (Red+Green+Blue) = 208+167+12=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A70C is #2F58F3. Grayscale: #A2A2A2. Windows color (decimal): -3102964 or 829392. OLE color: 829392.

HSL color Cylindrical-coordinate representation of color #D0A70C: hue angle of 47.45º 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 #D0A70C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 12 -
CMYK 0 0.20 0.94 0.18
HSL 47.45º 0.89% 0.43% -
HSV(B) 47.45º 0.94% 0.82% -
XYZ 39.9 41.07 6.17 -
YUV 161.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 208 167 12 0 0.20 0.94 0.18 47.45 0.89 0.43
Hex D0 A7 C 0 14 5E 12 2F 59 2B
Octal 320 247 14 0 24 136 22 57 131 53
Binary 11010000 10100111 1100 0 10100 1011110 10010 101111 1011001 101011

Color Harmonies of #D0A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A70C

Black with #D0A70C

Text Example


Text Example

White with #D0A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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