Html Css Color HEX #D2A323 Galliano

📋 copy color: '#D2A323'

red 210 ◦ green 163 ◦ blue 35

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

Shades of Galliano #D2A323

Tints of Galliano #D2A323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 51.47%
G = 39.95%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D2A323 (or 0xD2A323) is known color: Galliano. HEX triplet: D2, A3 and 23. RGB value is (210,163,35). Sum of RGB (Red+Green+Blue) = 210+163+35=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A323 is #2D5CDC. Grayscale: #A3A3A3. Windows color (decimal): -2972893 or 2335698. OLE color: 2335698.

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

Color convert

RGB 210 163 35 -
CMYK 0 0.22 0.83 0.18
HSL 43.89º 0.71% 0.48% -
HSV(B) 43.89º 0.83% 0.82% -
XYZ 39.98 40.02 7.21 -
YUV 162.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 210 163 35 0 0.22 0.83 0.18 43.89 0.71 0.48
Hex D2 A3 23 0 16 53 12 2C 47 30
Octal 322 243 43 0 26 123 22 54 107 60
Binary 11010010 10100011 100011 0 10110 1010011 10010 101100 1000111 110000

Color Harmonies of #D2A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A323

Black with #D2A323

Text Example


Text Example

White with #D2A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A323; }

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

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

background-color css

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

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

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

border-color css

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

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

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