Html Css Color HEX #D0AB15 Galliano

📋 copy color: '#D0AB15'

red 208 ◦ green 171 ◦ blue 21

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

Shades of Galliano #D0AB15

Tints of Galliano #D0AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 52%
G = 42.75%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0AB15 (or 0xD0AB15) is known color: Galliano. HEX triplet: D0, AB and 15. RGB value is (208,171,21). Sum of RGB (Red+Green+Blue) = 208+171+21=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB15 is #2F54EA. Grayscale: #A5A5A5. Windows color (decimal): -3101931 or 1420240. OLE color: 1420240.

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

Color convert

RGB 208 171 21 -
CMYK 0 0.18 0.90 0.18
HSL 48.13º 0.82% 0.45% -
HSV(B) 48.13º 0.9% 0.82% -
XYZ 40.71 42.59 6.78 -
YUV 164.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 208 171 21 0 0.18 0.90 0.18 48.13 0.82 0.45
Hex D0 AB 15 0 12 5A 12 30 52 2D
Octal 320 253 25 0 22 132 22 60 122 55
Binary 11010000 10101011 10101 0 10010 1011010 10010 110000 1010010 101101

Color Harmonies of #D0AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB15

Black with #D0AB15

Text Example


Text Example

White with #D0AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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