Html Css Color HEX #D0A320 Galliano

📋 copy color: '#D0A320'

red 208 ◦ green 163 ◦ blue 32

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

Shades of Galliano #D0A320

Tints of Galliano #D0A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 51.61%
G = 40.45%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0A320 (or 0xD0A320) is known color: Galliano. HEX triplet: D0, A3 and 20. RGB value is (208,163,32). Sum of RGB (Red+Green+Blue) = 208+163+32=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A320 is #2F5CDF. Grayscale: #A2A2A2. Windows color (decimal): -3103968 or 2139088. OLE color: 2139088.

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

Color convert

RGB 208 163 32 -
CMYK 0 0.22 0.85 0.18
HSL 44.66º 0.73% 0.47% -
HSV(B) 44.66º 0.85% 0.82% -
XYZ 39.37 39.71 6.96 -
YUV 161.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 208 163 32 0 0.22 0.85 0.18 44.66 0.73 0.47
Hex D0 A3 20 0 16 55 12 2D 49 2F
Octal 320 243 40 0 26 125 22 55 111 57
Binary 11010000 10100011 100000 0 10110 1010101 10010 101101 1001001 101111

Color Harmonies of #D0A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A320

Black with #D0A320

Text Example


Text Example

White with #D0A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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