Html Css Color HEX #D2A61F Galliano

📋 copy color: '#D2A61F'

red 210 ◦ green 166 ◦ blue 31

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

Shades of Galliano #D2A61F

Tints of Galliano #D2A61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 51.6%
G = 40.79%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A61F (or 0xD2A61F) is known color: Galliano. HEX triplet: D2, A6 and 1F. RGB value is (210,166,31). Sum of RGB (Red+Green+Blue) = 210+166+31=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A61F is #2D59E0. Grayscale: #A4A4A4. Windows color (decimal): -2972129 or 2074322. OLE color: 2074322.

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

Color convert

RGB 210 166 31 -
CMYK 0 0.21 0.85 0.18
HSL 45.25º 0.74% 0.47% -
HSV(B) 45.25º 0.85% 0.82% -
XYZ 40.46 41.07 7.09 -
YUV 163.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 210 166 31 0 0.21 0.85 0.18 45.25 0.74 0.47
Hex D2 A6 1F 0 15 55 12 2D 4A 2F
Octal 322 246 37 0 25 125 22 55 112 57
Binary 11010010 10100110 11111 0 10101 1010101 10010 101101 1001010 101111

Color Harmonies of #D2A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A61F

Black with #D2A61F

Text Example


Text Example

White with #D2A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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