#D69D26

Color #D69D26 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D69D26

Tints of Galliano #D69D26

Color information

#D69D26 (or 0xD69D26) is unknown color: approx Galliano. HEX triplet: D6, 9D and 26. RGB value is (214,157,38). Sum of RGB (Red+Green+Blue) = 214+157+38=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D26 is #2962D9. Grayscale: #A1A1A1. Windows color (decimal): -2712282 or 2530774. OLE color: 2530774.

HSL color Cylindrical-coordinate representation of color #D69D26: hue angle of 40.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D69D26 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21415738-
CMYK00.270.820.16
HSL40.57º69.84%49.41%-
HSV(B)40.57º82.24%83.92%-
XYZ40.1438.557.16-
YUV160.4858.88166.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 38 (15.23% from 255) = 9.29%
R=52.32%
G=38.39%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141573800.270.820.1640.5769.8449.41
HexD69D2601B5210294631
Octal32623546033122205110661
Binary11010110100111011001100110111010010100001010011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D26; }

 p { color: rgb(214,157,38); }

 H1.HeaderClassName
 {
   color: #D69D26;
 }
 .AnyTagClassName
 {
   color: #D69D26;
 }
</style>
background-color css

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

 a { background-color: rgb(214,157,38); }

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

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

 span { border-color: rgb(214,157,38); }

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