Html Css Color HEX #D2A720 Galliano

📋 copy color: '#D2A720'

red 210 ◦ green 167 ◦ blue 32

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

Shades of Galliano #D2A720

Tints of Galliano #D2A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 51.34%
G = 40.83%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A720 (or 0xD2A720) is known color: Galliano. HEX triplet: D2, A7 and 20. RGB value is (210,167,32). Sum of RGB (Red+Green+Blue) = 210+167+32=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A720 is #2D58DF. Grayscale: #A5A5A5. Windows color (decimal): -2971872 or 2140114. OLE color: 2140114.

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

Color convert

RGB 210 167 32 -
CMYK 0 0.20 0.85 0.18
HSL 45.51º 0.74% 0.47% -
HSV(B) 45.51º 0.85% 0.82% -
XYZ 40.66 41.44 7.22 -
YUV 164.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 210 167 32 0 0.20 0.85 0.18 45.51 0.74 0.47
Hex D2 A7 20 0 14 55 12 2E 4A 2F
Octal 322 247 40 0 24 125 22 56 112 57
Binary 11010010 10100111 100000 0 10100 1010101 10010 101110 1001010 101111

Color Harmonies of #D2A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A720

Black with #D2A720

Text Example


Text Example

White with #D2A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A720; }

 p { color: rgb(210,167,32); }

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

background-color css

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

 a { background-color: rgb(210,167,32); }

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

border-color css

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

 span { border-color: rgb(210,167,32); }

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