Html Css Color HEX #D0A20F Galliano

📋 copy color: '#D0A20F'

red 208 ◦ green 162 ◦ blue 15

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

Shades of Galliano #D0A20F

Tints of Galliano #D0A20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 54.03%
G = 42.08%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0A20F (or 0xD0A20F) is known color: Galliano. HEX triplet: D0, A2 and 0F. RGB value is (208,162,15). Sum of RGB (Red+Green+Blue) = 208+162+15=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A20F is #2F5DF0. Grayscale: #9F9F9F. Windows color (decimal): -3104241 or 1024720. OLE color: 1024720.

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

Color convert

RGB 208 162 15 -
CMYK 0 0.22 0.93 0.18
HSL 45.7º 0.87% 0.44% -
HSV(B) 45.7º 0.93% 0.82% -
XYZ 39.02 39.29 5.98 -
YUV 159 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 208 162 15 0 0.22 0.93 0.18 45.7 0.87 0.44
Hex D0 A2 F 0 16 5D 12 2E 57 2C
Octal 320 242 17 0 26 135 22 56 127 54
Binary 11010000 10100010 1111 0 10110 1011101 10010 101110 1010111 101100

Color Harmonies of #D0A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A20F

Black with #D0A20F

Text Example


Text Example

White with #D0A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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