Html Css Color HEX #D0A030 Galliano

📋 copy color: '#D0A030'

red 208 ◦ green 160 ◦ blue 48

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

Shades of Galliano #D0A030

Tints of Galliano #D0A030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 50%
G = 38.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0A030 (or 0xD0A030) is known color: Galliano. HEX triplet: D0, A0 and 30. RGB value is (208,160,48). Sum of RGB (Red+Green+Blue) = 208+160+48=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A030 is #2F5FCF. Grayscale: #A2A2A2. Windows color (decimal): -3104720 or 3186896. OLE color: 3186896.

HSL color Cylindrical-coordinate representation of color #D0A030: hue angle of 42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0A030 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 48 -
CMYK 0 0.23 0.77 0.18
HSL 42º 0.63% 0.5% -
HSV(B) 42º 0.77% 0.82% -
XYZ 39.12 38.76 8.22 -
YUV 161.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 208 160 48 0 0.23 0.77 0.18 42 0.63 0.5
Hex D0 A0 30 0 17 4D 12 2A 3F 32
Octal 320 240 60 0 27 115 22 52 77 62
Binary 11010000 10100000 110000 0 10111 1001101 10010 101010 111111 110010

Color Harmonies of #D0A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A030

Black with #D0A030

Text Example


Text Example

White with #D0A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A030; }

 p { color: rgb(208,160,48); }

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

background-color css

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

 a { background-color: rgb(208,160,48); }

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

border-color css

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

 span { border-color: rgb(208,160,48); }

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