Html Css Color HEX #D0A521 Galliano

📋 copy color: '#D0A521'

red 208 ◦ green 165 ◦ blue 33

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

Shades of Galliano #D0A521

Tints of Galliano #D0A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

 BLUE value IS 33 (13.28% from 255) = 8.13%

R = 51.23%
G = 40.64%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A521 (or 0xD0A521) is known color: Galliano. HEX triplet: D0, A5 and 21. RGB value is (208,165,33). Sum of RGB (Red+Green+Blue) = 208+165+33=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A521 is #2F5ADE. Grayscale: #A3A3A3. Windows color (decimal): -3103455 or 2205136. OLE color: 2205136.

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

Color convert

RGB 208 165 33 -
CMYK 0 0.21 0.84 0.18
HSL 45.26º 0.73% 0.47% -
HSV(B) 45.26º 0.84% 0.82% -
XYZ 39.74 40.43 7.15 -
YUV 162.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 208 165 33 0 0.21 0.84 0.18 45.26 0.73 0.47
Hex D0 A5 21 0 15 54 12 2D 49 2F
Octal 320 245 41 0 25 124 22 55 111 57
Binary 11010000 10100101 100001 0 10101 1010100 10010 101101 1001001 101111

Color Harmonies of #D0A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A521

Black with #D0A521

Text Example


Text Example

White with #D0A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A521; }

 p { color: rgb(208,165,33); }

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

background-color css

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

 a { background-color: rgb(208,165,33); }

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

border-color css

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

 span { border-color: rgb(208,165,33); }

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