Html Css Color HEX #D0A812 Galliano

📋 copy color: '#D0A812'

red 208 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D0A812

Tints of Galliano #D0A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 52.79%
G = 42.64%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0A812 (or 0xD0A812) is known color: Galliano. HEX triplet: D0, A8 and 12. RGB value is (208,168,18). Sum of RGB (Red+Green+Blue) = 208+168+18=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A812 is #2F57ED. Grayscale: #A3A3A3. Windows color (decimal): -3102702 or 1222864. OLE color: 1222864.

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

Color convert

RGB 208 168 18 -
CMYK 0 0.19 0.91 0.18
HSL 47.37º 0.84% 0.44% -
HSV(B) 47.37º 0.91% 0.82% -
XYZ 40.12 41.46 6.46 -
YUV 162.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 208 168 18 0 0.19 0.91 0.18 47.37 0.84 0.44
Hex D0 A8 12 0 13 5B 12 2F 54 2C
Octal 320 250 22 0 23 133 22 57 124 54
Binary 11010000 10101000 10010 0 10011 1011011 10010 101111 1010100 101100

Color Harmonies of #D0A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A812

Black with #D0A812

Text Example


Text Example

White with #D0A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A812; }

 p { color: rgb(208,168,18); }

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

background-color css

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

 a { background-color: rgb(208,168,18); }

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

border-color css

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

 span { border-color: rgb(208,168,18); }

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