Html Css Color HEX #D2A828 Galliano

📋 copy color: '#D2A828'

red 210 ◦ green 168 ◦ blue 40

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

Shades of Galliano #D2A828

Tints of Galliano #D2A828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 50.24%
G = 40.19%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2A828 (or 0xD2A828) is known color: Galliano. HEX triplet: D2, A8 and 28. RGB value is (210,168,40). Sum of RGB (Red+Green+Blue) = 210+168+40=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A828 is #2D57D7. Grayscale: #A6A6A6. Windows color (decimal): -2971608 or 2664658. OLE color: 2664658.

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

Color convert

RGB 210 168 40 -
CMYK 0 0.2 0.81 0.18
HSL 45.18º 0.68% 0.49% -
HSV(B) 45.18º 0.81% 0.82% -
XYZ 40.96 41.86 7.93 -
YUV 165.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 210 168 40 0 0.2 0.81 0.18 45.18 0.68 0.49
Hex D2 A8 28 0 14 51 12 2D 44 31
Octal 322 250 50 0 24 121 22 55 104 61
Binary 11010010 10101000 101000 0 10100 1010001 10010 101101 1000100 110001

Color Harmonies of #D2A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A828

Black with #D2A828

Text Example


Text Example

White with #D2A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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