Html Css Color HEX #D0AD12 Galliano

📋 copy color: '#D0AD12'

red 208 ◦ green 173 ◦ blue 18

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

Shades of Galliano #D0AD12

Tints of Galliano #D0AD12

RGB

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

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

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

R = 52.13%
G = 43.36%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0AD12 (or 0xD0AD12) is known color: Galliano. HEX triplet: D0, AD and 12. RGB value is (208,173,18). Sum of RGB (Red+Green+Blue) = 208+173+18=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD12 is #2F52ED. Grayscale: #A6A6A6. Windows color (decimal): -3101422 or 1224144. OLE color: 1224144.

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

Color convert

RGB 208 173 18 -
CMYK 0 0.17 0.91 0.18
HSL 48.95º 0.84% 0.44% -
HSV(B) 48.95º 0.91% 0.82% -
XYZ 41.07 43.34 6.77 -
YUV 165.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 208 173 18 0 0.17 0.91 0.18 48.95 0.84 0.44
Hex D0 AD 12 0 11 5B 12 31 54 2C
Octal 320 255 22 0 21 133 22 61 124 54
Binary 11010000 10101101 10010 0 10001 1011011 10010 110001 1010100 101100

Color Harmonies of #D0AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD12

Black with #D0AD12

Text Example


Text Example

White with #D0AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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