Html Css Color HEX #D0A826 Galliano

📋 copy color: '#D0A826'

red 208 ◦ green 168 ◦ blue 38

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

Shades of Galliano #D0A826

Tints of Galliano #D0A826

RGB

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

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

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

R = 50.24%
G = 40.58%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0A826 (or 0xD0A826) is known color: Galliano. HEX triplet: D0, A8 and 26. RGB value is (208,168,38). Sum of RGB (Red+Green+Blue) = 208+168+38=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A826 is #2F57D9. Grayscale: #A5A5A5. Windows color (decimal): -3102682 or 2533584. OLE color: 2533584.

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

Color convert

RGB 208 168 38 -
CMYK 0 0.19 0.82 0.18
HSL 45.88º 0.69% 0.48% -
HSV(B) 45.88º 0.82% 0.82% -
XYZ 40.36 41.56 7.73 -
YUV 165.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 208 168 38 0 0.19 0.82 0.18 45.88 0.69 0.48
Hex D0 A8 26 0 13 52 12 2E 45 30
Octal 320 250 46 0 23 122 22 56 105 60
Binary 11010000 10101000 100110 0 10011 1010010 10010 101110 1000101 110000

Color Harmonies of #D0A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A826

Black with #D0A826

Text Example


Text Example

White with #D0A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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