Html Css Color HEX #D1A02F Galliano

📋 copy color: '#D1A02F'

red 209 ◦ green 160 ◦ blue 47

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

Shades of Galliano #D1A02F

Tints of Galliano #D1A02F

RGB

 RED value IS 209 (82.03% from 255) = 50.24%

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 50.24%
G = 38.46%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1A02F (or 0xD1A02F) is known color: Galliano. HEX triplet: D1, A0 and 2F. RGB value is (209,160,47). Sum of RGB (Red+Green+Blue) = 209+160+47=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A02F is #2E5FD0. Grayscale: #A2A2A2. Windows color (decimal): -3039185 or 3121361. OLE color: 3121361.

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

Color convert

RGB 209 160 47 -
CMYK 0 0.23 0.78 0.18
HSL 41.85º 0.64% 0.5% -
HSV(B) 41.85º 0.78% 0.82% -
XYZ 39.38 38.9 8.12 -
YUV 161.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 209 160 47 0 0.23 0.78 0.18 41.85 0.64 0.5
Hex D1 A0 2F 0 17 4E 12 2A 40 32
Octal 321 240 57 0 27 116 22 52 100 62
Binary 11010001 10100000 101111 0 10111 1001110 10010 101010 1000000 110010

Color Harmonies of #D1A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A02F

Black with #D1A02F

Text Example


Text Example

White with #D1A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A02F; }

 p { color: rgb(209,160,47); }

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

background-color css

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

 a { background-color: rgb(209,160,47); }

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

border-color css

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

 span { border-color: rgb(209,160,47); }

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