#DE716A

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

Shades of Geraldine #DE716A

Tints of Geraldine #DE716A

Color information

#DE716A (or 0xDE716A) is unknown color: approx Geraldine. HEX triplet: DE, 71 and 6A. RGB value is (222,113,106). Sum of RGB (Red+Green+Blue) = 222+113+106=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE716A is #218E95. Grayscale: #909090. Windows color (decimal): -2199190 or 6975966. OLE color: 6975966.

HSL color Cylindrical-coordinate representation of color #DE716A: hue angle of 3.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE716A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222113106-
CMYK00.490.520.13
HSL3.62º63.74%64.31%-
HSV(B)3.62º52.25%87.06%-
XYZ38.6328.3817.08-
YUV144.79106.11183.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=50.34%
G=25.62%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211310600.490.520.133.6263.7464.31
HexDE716A03134D44040
Octal33616115206164154100100
Binary11011110111000111010100110001110100110110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE716A; }

 p { color: rgb(222,113,106); }

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

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

 a { background-color: rgb(222,113,106); }

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

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

 span { border-color: rgb(222,113,106); }

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