Html Css Color HEX #D0A52D Galliano

📋 copy color: '#D0A52D'

red 208 ◦ green 165 ◦ blue 45

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

Shades of Galliano #D0A52D

Tints of Galliano #D0A52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.77%

R = 49.76%
G = 39.47%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0A52D (or 0xD0A52D) is known color: Galliano. HEX triplet: D0, A5 and 2D. RGB value is (208,165,45). Sum of RGB (Red+Green+Blue) = 208+165+45=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A52D is #2F5AD2. Grayscale: #A4A4A4. Windows color (decimal): -3103443 or 2991568. OLE color: 2991568.

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

Color convert

RGB 208 165 45 -
CMYK 0 0.21 0.78 0.18
HSL 44.17º 0.64% 0.5% -
HSV(B) 44.17º 0.78% 0.82% -
XYZ 39.94 40.51 8.2 -
YUV 164.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 208 165 45 0 0.21 0.78 0.18 44.17 0.64 0.5
Hex D0 A5 2D 0 15 4E 12 2C 40 32
Octal 320 245 55 0 25 116 22 54 100 62
Binary 11010000 10100101 101101 0 10101 1001110 10010 101100 1000000 110010

Color Harmonies of #D0A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A52D

Black with #D0A52D

Text Example


Text Example

White with #D0A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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