Html Css Color HEX #D2A61E Galliano

📋 copy color: '#D2A61E'

red 210 ◦ green 166 ◦ blue 30

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

Shades of Galliano #D2A61E

Tints of Galliano #D2A61E

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 51.72%
G = 40.89%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2A61E (or 0xD2A61E) is known color: Galliano. HEX triplet: D2, A6 and 1E. RGB value is (210,166,30). Sum of RGB (Red+Green+Blue) = 210+166+30=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A61E is #2D59E1. Grayscale: #A4A4A4. Windows color (decimal): -2972130 or 2008786. OLE color: 2008786.

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

Color convert

RGB 210 166 30 -
CMYK 0 0.21 0.86 0.18
HSL 45.33º 0.75% 0.47% -
HSV(B) 45.33º 0.86% 0.82% -
XYZ 40.45 41.07 7.02 -
YUV 163.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 210 166 30 0 0.21 0.86 0.18 45.33 0.75 0.47
Hex D2 A6 1E 0 15 56 12 2D 4B 2F
Octal 322 246 36 0 25 126 22 55 113 57
Binary 11010010 10100110 11110 0 10101 1010110 10010 101101 1001011 101111

Color Harmonies of #D2A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A61E

Black with #D2A61E

Text Example


Text Example

White with #D2A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A61E; }

 p { color: rgb(210,166,30); }

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

background-color css

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

 a { background-color: rgb(210,166,30); }

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

border-color css

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

 span { border-color: rgb(210,166,30); }

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