Html Css Color HEX #D0AA27 Galliano

📋 copy color: '#D0AA27'

red 208 ◦ green 170 ◦ blue 39

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

Shades of Galliano #D0AA27

Tints of Galliano #D0AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.35%

R = 49.88%
G = 40.77%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0AA27 (or 0xD0AA27) is known color: Galliano. HEX triplet: D0, AA and 27. RGB value is (208,170,39). Sum of RGB (Red+Green+Blue) = 208+170+39=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA27 is #2F55D8. Grayscale: #A6A6A6. Windows color (decimal): -3102169 or 2599632. OLE color: 2599632.

HSL color Cylindrical-coordinate representation of color #D0AA27: hue angle of 46.51º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0AA27 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 39 -
CMYK 0 0.18 0.81 0.18
HSL 46.51º 0.68% 0.48% -
HSV(B) 46.51º 0.81% 0.82% -
XYZ 40.75 42.31 7.94 -
YUV 166.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 208 170 39 0 0.18 0.81 0.18 46.51 0.68 0.48
Hex D0 AA 27 0 12 51 12 2F 44 30
Octal 320 252 47 0 22 121 22 57 104 60
Binary 11010000 10101010 100111 0 10010 1010001 10010 101111 1000100 110000

Color Harmonies of #D0AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA27

Black with #D0AA27

Text Example


Text Example

White with #D0AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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