Html Css Color HEX #D0AB20 Galliano

📋 copy color: '#D0AB20'

red 208 ◦ green 171 ◦ blue 32

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

Shades of Galliano #D0AB20

Tints of Galliano #D0AB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 50.61%
G = 41.61%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0AB20 (or 0xD0AB20) is known color: Galliano. HEX triplet: D0, AB and 20. RGB value is (208,171,32). Sum of RGB (Red+Green+Blue) = 208+171+32=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB20 is #2F54DF. Grayscale: #A6A6A6. Windows color (decimal): -3101920 or 2141136. OLE color: 2141136.

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

Color convert

RGB 208 171 32 -
CMYK 0 0.18 0.85 0.18
HSL 47.39º 0.73% 0.47% -
HSV(B) 47.39º 0.85% 0.82% -
XYZ 40.84 42.64 7.44 -
YUV 166.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 208 171 32 0 0.18 0.85 0.18 47.39 0.73 0.47
Hex D0 AB 20 0 12 55 12 2F 49 2F
Octal 320 253 40 0 22 125 22 57 111 57
Binary 11010000 10101011 100000 0 10010 1010101 10010 101111 1001001 101111

Color Harmonies of #D0AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB20

Black with #D0AB20

Text Example


Text Example

White with #D0AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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