Html Css Color HEX #D0A326 Galliano

📋 copy color: '#D0A326'

red 208 ◦ green 163 ◦ blue 38

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

Shades of Galliano #D0A326

Tints of Galliano #D0A326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

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

R = 50.86%
G = 39.85%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0A326 (or 0xD0A326) is known color: Galliano. HEX triplet: D0, A3 and 26. RGB value is (208,163,38). Sum of RGB (Red+Green+Blue) = 208+163+38=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A326 is #2F5CD9. Grayscale: #A2A2A2. Windows color (decimal): -3103962 or 2532304. OLE color: 2532304.

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

Color convert

RGB 208 163 38 -
CMYK 0 0.22 0.82 0.18
HSL 44.12º 0.69% 0.48% -
HSV(B) 44.12º 0.82% 0.82% -
XYZ 39.46 39.74 7.43 -
YUV 162.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 208 163 38 0 0.22 0.82 0.18 44.12 0.69 0.48
Hex D0 A3 26 0 16 52 12 2C 45 30
Octal 320 243 46 0 26 122 22 54 105 60
Binary 11010000 10100011 100110 0 10110 1010010 10010 101100 1000101 110000

Color Harmonies of #D0A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A326

Black with #D0A326

Text Example


Text Example

White with #D0A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A326; }

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

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

background-color css

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

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

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

border-color css

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

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

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