Html Css Color HEX #D2A123 Galliano

📋 copy color: '#D2A123'

red 210 ◦ green 161 ◦ blue 35

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

Shades of Galliano #D2A123

Tints of Galliano #D2A123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 51.72%
G = 39.66%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D2A123 (or 0xD2A123) is known color: Galliano. HEX triplet: D2, A1 and 23. RGB value is (210,161,35). Sum of RGB (Red+Green+Blue) = 210+161+35=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A123 is #2D5EDC. Grayscale: #A1A1A1. Windows color (decimal): -2973405 or 2335186. OLE color: 2335186.

HSL color Cylindrical-coordinate representation of color #D2A123: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2A123 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 35 -
CMYK 0 0.23 0.83 0.18
HSL 43.2º 0.71% 0.48% -
HSV(B) 43.2º 0.83% 0.82% -
XYZ 39.63 39.31 7.09 -
YUV 161.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 210 161 35 0 0.23 0.83 0.18 43.2 0.71 0.48
Hex D2 A1 23 0 17 53 12 2B 47 30
Octal 322 241 43 0 27 123 22 53 107 60
Binary 11010010 10100001 100011 0 10111 1010011 10010 101011 1000111 110000

Color Harmonies of #D2A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A123

Black with #D2A123

Text Example


Text Example

White with #D2A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A123; }

 p { color: rgb(210,161,35); }

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

background-color css

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

 a { background-color: rgb(210,161,35); }

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

border-color css

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

 span { border-color: rgb(210,161,35); }

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