Html Css Color HEX #D2A521 Galliano

📋 copy color: '#D2A521'

red 210 ◦ green 165 ◦ blue 33

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

Shades of Galliano #D2A521

Tints of Galliano #D2A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 33 (13.28% from 255) = 8.09%

R = 51.47%
G = 40.44%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2A521 (or 0xD2A521) is known color: Galliano. HEX triplet: D2, A5 and 21. RGB value is (210,165,33). Sum of RGB (Red+Green+Blue) = 210+165+33=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A521 is #2D5ADE. Grayscale: #A3A3A3. Windows color (decimal): -2972383 or 2205138. OLE color: 2205138.

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

Color convert

RGB 210 165 33 -
CMYK 0 0.21 0.84 0.18
HSL 44.75º 0.73% 0.48% -
HSV(B) 44.75º 0.84% 0.82% -
XYZ 40.31 40.72 7.17 -
YUV 163.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 210 165 33 0 0.21 0.84 0.18 44.75 0.73 0.48
Hex D2 A5 21 0 15 54 12 2D 49 30
Octal 322 245 41 0 25 124 22 55 111 60
Binary 11010010 10100101 100001 0 10101 1010100 10010 101101 1001001 110000

Color Harmonies of #D2A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A521

Black with #D2A521

Text Example


Text Example

White with #D2A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A521; }

 p { color: rgb(210,165,33); }

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

background-color css

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

 a { background-color: rgb(210,165,33); }

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

border-color css

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

 span { border-color: rgb(210,165,33); }

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