Html Css Color HEX #D2A81C Galliano

📋 copy color: '#D2A81C'

red 210 ◦ green 168 ◦ blue 28

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

Shades of Galliano #D2A81C

Tints of Galliano #D2A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 51.72%
G = 41.38%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2A81C (or 0xD2A81C) is known color: Galliano. HEX triplet: D2, A8 and 1C. RGB value is (210,168,28). Sum of RGB (Red+Green+Blue) = 210+168+28=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A81C is #2D57E3. Grayscale: #A5A5A5. Windows color (decimal): -2971620 or 1878226. OLE color: 1878226.

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

Color convert

RGB 210 168 28 -
CMYK 0 0.2 0.87 0.18
HSL 46.15º 0.76% 0.47% -
HSV(B) 46.15º 0.87% 0.82% -
XYZ 40.79 41.79 7.02 -
YUV 164.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 210 168 28 0 0.2 0.87 0.18 46.15 0.76 0.47
Hex D2 A8 1C 0 14 57 12 2E 4C 2F
Octal 322 250 34 0 24 127 22 56 114 57
Binary 11010010 10101000 11100 0 10100 1010111 10010 101110 1001100 101111

Color Harmonies of #D2A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A81C

Black with #D2A81C

Text Example


Text Example

White with #D2A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A81C; }

 p { color: rgb(210,168,28); }

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

background-color css

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

 a { background-color: rgb(210,168,28); }

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

border-color css

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

 span { border-color: rgb(210,168,28); }

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