Html Css Color HEX #D0A828 Galliano

📋 copy color: '#D0A828'

red 208 ◦ green 168 ◦ blue 40

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

Shades of Galliano #D0A828

Tints of Galliano #D0A828

RGB

 RED value IS 208 (81.64% from 255) = 50%

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

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

R = 50%
G = 40.38%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0A828 (or 0xD0A828) is known color: Galliano. HEX triplet: D0, A8 and 28. RGB value is (208,168,40). Sum of RGB (Red+Green+Blue) = 208+168+40=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A828 is #2F57D7. Grayscale: #A5A5A5. Windows color (decimal): -3102680 or 2664656. OLE color: 2664656.

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

Color convert

RGB 208 168 40 -
CMYK 0 0.19 0.81 0.18
HSL 45.71º 0.68% 0.49% -
HSV(B) 45.71º 0.81% 0.82% -
XYZ 40.4 41.57 7.9 -
YUV 165.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 208 168 40 0 0.19 0.81 0.18 45.71 0.68 0.49
Hex D0 A8 28 0 13 51 12 2E 44 31
Octal 320 250 50 0 23 121 22 56 104 61
Binary 11010000 10101000 101000 0 10011 1010001 10010 101110 1000100 110001

Color Harmonies of #D0A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A828

Black with #D0A828

Text Example


Text Example

White with #D0A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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