#d69e1e

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

Shades of Galliano #D69E1E

Tints of Galliano #D69E1E

Color information

#D69E1E (or 0xD69E1E) is unknown color: approx Galliano. HEX triplet: D6, 9E and 1E. RGB value is (214,158,30). Sum of RGB (Red+Green+Blue) = 214+158+30=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E1E is #2961E1. Grayscale: #A0A0A0. Windows color (decimal): -2712034 or 2006742. OLE color: 2006742.

HSL color Cylindrical-coordinate representation of color #D69E1E: hue angle of 41.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D69E1E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21415830-
CMYK00.260.860.16
HSL41.74º75.41%47.84%-
HSV(B)41.74º85.98%83.92%-
XYZ40.1938.846.61-
YUV160.1554.55166.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 30 (12.11% from 255) = 7.46%
R=53.23%
G=39.30%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141583000.260.860.1641.7475.4147.84
HexD69E1E01A56102a4b30
Octal32623636032126205211360
Binary1101011010011110111100110101010110100001010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69e1e; }

 p { color: rgb(214,158,30); }

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

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

 a { background-color: rgb(214,158,30); }

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

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

 span { border-color: rgb(214,158,30); }

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