Html Css Color HEX #D0A10F Galliano

📋 copy color: '#D0A10F'

red 208 ◦ green 161 ◦ blue 15

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

Shades of Galliano #D0A10F

Tints of Galliano #D0A10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

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

R = 54.17%
G = 41.93%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0A10F (or 0xD0A10F) is known color: Galliano. HEX triplet: D0, A1 and 0F. RGB value is (208,161,15). Sum of RGB (Red+Green+Blue) = 208+161+15=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A10F is #2F5EF0. Grayscale: #9F9F9F. Windows color (decimal): -3104497 or 1024464. OLE color: 1024464.

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

Color convert

RGB 208 161 15 -
CMYK 0 0.23 0.93 0.18
HSL 45.39º 0.87% 0.44% -
HSV(B) 45.39º 0.93% 0.82% -
XYZ 38.84 38.93 5.92 -
YUV 158.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 208 161 15 0 0.23 0.93 0.18 45.39 0.87 0.44
Hex D0 A1 F 0 17 5D 12 2D 57 2C
Octal 320 241 17 0 27 135 22 55 127 54
Binary 11010000 10100001 1111 0 10111 1011101 10010 101101 1010111 101100

Color Harmonies of #D0A10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A10F

Black with #D0A10F

Text Example


Text Example

White with #D0A10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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