Html Css Color HEX #D0AA21 Galliano

📋 copy color: '#D0AA21'

red 208 ◦ green 170 ◦ blue 33

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

Shades of Galliano #D0AA21

Tints of Galliano #D0AA21

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 50.61%
G = 41.36%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0AA21 (or 0xD0AA21) is known color: Galliano. HEX triplet: D0, AA and 21. RGB value is (208,170,33). Sum of RGB (Red+Green+Blue) = 208+170+33=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA21 is #2F55DE. Grayscale: #A6A6A6. Windows color (decimal): -3102175 or 2206416. OLE color: 2206416.

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

Color convert

RGB 208 170 33 -
CMYK 0 0.18 0.84 0.18
HSL 46.97º 0.73% 0.47% -
HSV(B) 46.97º 0.84% 0.82% -
XYZ 40.66 42.27 7.45 -
YUV 165.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 208 170 33 0 0.18 0.84 0.18 46.97 0.73 0.47
Hex D0 AA 21 0 12 54 12 2F 49 2F
Octal 320 252 41 0 22 124 22 57 111 57
Binary 11010000 10101010 100001 0 10010 1010100 10010 101111 1001001 101111

Color Harmonies of #D0AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA21

Black with #D0AA21

Text Example


Text Example

White with #D0AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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