#D86567

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

Shades of Froly #D86567

Tints of Froly #D86567

Color information

#D86567 (or 0xD86567) is unknown color: approx Froly. HEX triplet: D8, 65 and 67. RGB value is (216,101,103). Sum of RGB (Red+Green+Blue) = 216+101+103=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86567 is #279A98. Grayscale: #878787. Windows color (decimal): -2595481 or 6776280. OLE color: 6776280.

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

Color convert

RGB216101103-
CMYK00.530.520.15
HSL358.96º59.59%62.16%-
HSV(B)358.96º53.24%84.71%-
XYZ35.4224.8915.77-
YUV135.61109.6185.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=51.43%
G=24.05%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610110300.530.520.15358.9659.5962.16
HexD8656703534F1673c3e
Octal33014514706564175477476
Binary110110001100101110011101101011101001111101100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86567; }

 p { color: rgb(216,101,103); }

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

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

 a { background-color: rgb(216,101,103); }

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

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

 span { border-color: rgb(216,101,103); }

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