Html Css Color HEX #D0A026 Galliano

📋 copy color: '#D0A026'

red 208 ◦ green 160 ◦ blue 38

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

Shades of Galliano #D0A026

Tints of Galliano #D0A026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 51.23%
G = 39.41%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0A026 (or 0xD0A026) is known color: Galliano. HEX triplet: D0, A0 and 26. RGB value is (208,160,38). Sum of RGB (Red+Green+Blue) = 208+160+38=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A026 is #2F5FD9. Grayscale: #A0A0A0. Windows color (decimal): -3104730 or 2531536. OLE color: 2531536.

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

Color convert

RGB 208 160 38 -
CMYK 0 0.23 0.82 0.18
HSL 43.06º 0.69% 0.48% -
HSV(B) 43.06º 0.82% 0.82% -
XYZ 38.93 38.69 7.25 -
YUV 160.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 208 160 38 0 0.23 0.82 0.18 43.06 0.69 0.48
Hex D0 A0 26 0 17 52 12 2B 45 30
Octal 320 240 46 0 27 122 22 53 105 60
Binary 11010000 10100000 100110 0 10111 1010010 10010 101011 1000101 110000

Color Harmonies of #D0A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A026

Black with #D0A026

Text Example


Text Example

White with #D0A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A026; }

 p { color: rgb(208,160,38); }

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

background-color css

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

 a { background-color: rgb(208,160,38); }

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

border-color css

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

 span { border-color: rgb(208,160,38); }

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