Html Css Color HEX #D0A21D Galliano

📋 copy color: '#D0A21D'

red 208 ◦ green 162 ◦ blue 29

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

Shades of Galliano #D0A21D

Tints of Galliano #D0A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 52.13%
G = 40.6%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0A21D (or 0xD0A21D) is known color: Galliano. HEX triplet: D0, A2 and 1D. RGB value is (208,162,29). Sum of RGB (Red+Green+Blue) = 208+162+29=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A21D is #2F5DE2. Grayscale: #A1A1A1. Windows color (decimal): -3104227 or 1942224. OLE color: 1942224.

HSL color Cylindrical-coordinate representation of color #D0A21D: hue angle of 44.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0A21D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 162 29 -
CMYK 0 0.22 0.86 0.18
HSL 44.58º 0.76% 0.46% -
HSV(B) 44.58º 0.86% 0.82% -
XYZ 39.15 39.34 6.69 -
YUV 160.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 208 162 29 0 0.22 0.86 0.18 44.58 0.76 0.46
Hex D0 A2 1D 0 16 56 12 2D 4C 2E
Octal 320 242 35 0 26 126 22 55 114 56
Binary 11010000 10100010 11101 0 10110 1010110 10010 101101 1001100 101110

Color Harmonies of #D0A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A21D

Black with #D0A21D

Text Example


Text Example

White with #D0A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A21D; }

 p { color: rgb(208,162,29); }

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

background-color css

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

 a { background-color: rgb(208,162,29); }

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

border-color css

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

 span { border-color: rgb(208,162,29); }

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