#D96467

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

Shades of Froly #D96467

Tints of Froly #D96467

Color information

#D96467 (or 0xD96467) is unknown color: approx Froly. HEX triplet: D9, 64 and 67. RGB value is (217,100,103). Sum of RGB (Red+Green+Blue) = 217+100+103=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96467 is #269B98. Grayscale: #878787. Windows color (decimal): -2530201 or 6776025. OLE color: 6776025.

HSL color Cylindrical-coordinate representation of color #D96467: hue angle of 358.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96467 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217100103-
CMYK00.540.530.15
HSL358.46º60.62%62.16%-
HSV(B)358.46º53.92%85.1%-
XYZ35.6224.8515.75-
YUV135.32109.76186.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=51.67%
G=23.81%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710010300.540.530.15358.4660.6262.16
HexD9646703635F1663d3e
Octal33114414706665175467576
Binary110110011100100110011101101101101011111101100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96467; }

 p { color: rgb(217,100,103); }

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

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

 a { background-color: rgb(217,100,103); }

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

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

 span { border-color: rgb(217,100,103); }

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