Html Css Color HEX #D1A827 Galliano

📋 copy color: '#D1A827'

red 209 ◦ green 168 ◦ blue 39

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

Shades of Galliano #D1A827

Tints of Galliano #D1A827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 50.24%
G = 40.38%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1A827 (or 0xD1A827) is known color: Galliano. HEX triplet: D1, A8 and 27. RGB value is (209,168,39). Sum of RGB (Red+Green+Blue) = 209+168+39=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A827 is #2E57D8. Grayscale: #A6A6A6. Windows color (decimal): -3037145 or 2599121. OLE color: 2599121.

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

Color convert

RGB 209 168 39 -
CMYK 0 0.20 0.81 0.18
HSL 45.53º 0.69% 0.49% -
HSV(B) 45.53º 0.81% 0.82% -
XYZ 40.66 41.71 7.83 -
YUV 165.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 209 168 39 0 0.20 0.81 0.18 45.53 0.69 0.49
Hex D1 A8 27 0 14 51 12 2E 45 31
Octal 321 250 47 0 24 121 22 56 105 61
Binary 11010001 10101000 100111 0 10100 1010001 10010 101110 1000101 110001

Color Harmonies of #D1A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A827

Black with #D1A827

Text Example


Text Example

White with #D1A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A827; }

 p { color: rgb(209,168,39); }

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

background-color css

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

 a { background-color: rgb(209,168,39); }

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

border-color css

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

 span { border-color: rgb(209,168,39); }

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