Html Css Color HEX #D0AB13 Galliano

📋 copy color: '#D0AB13'

red 208 ◦ green 171 ◦ blue 19

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

Shades of Galliano #D0AB13

Tints of Galliano #D0AB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 52.26%
G = 42.96%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0AB13 (or 0xD0AB13) is known color: Galliano. HEX triplet: D0, AB and 13. RGB value is (208,171,19). Sum of RGB (Red+Green+Blue) = 208+171+19=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB13 is #2F54EC. Grayscale: #A5A5A5. Windows color (decimal): -3101933 or 1289168. OLE color: 1289168.

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

Color convert

RGB 208 171 19 -
CMYK 0 0.18 0.91 0.18
HSL 48.25º 0.83% 0.45% -
HSV(B) 48.25º 0.91% 0.82% -
XYZ 40.69 42.58 6.69 -
YUV 164.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 208 171 19 0 0.18 0.91 0.18 48.25 0.83 0.45
Hex D0 AB 13 0 12 5B 12 30 53 2D
Octal 320 253 23 0 22 133 22 60 123 55
Binary 11010000 10101011 10011 0 10010 1011011 10010 110000 1010011 101101

Color Harmonies of #D0AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB13

Black with #D0AB13

Text Example


Text Example

White with #D0AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB13; }

 p { color: rgb(208,171,19); }

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

background-color css

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

 a { background-color: rgb(208,171,19); }

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

border-color css

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

 span { border-color: rgb(208,171,19); }

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