Html Css Color HEX #D8696C Froly

📋 copy color: '#D8696C'

red 216 ◦ green 105 ◦ blue 108

#D8696C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D8696C

Tints of Froly #D8696C

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 50.35%
G = 24.48%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8696C (or 0xD8696C) is known color: Froly. HEX triplet: D8, 69 and 6C. RGB value is (216,105,108). Sum of RGB (Red+Green+Blue) = 216+105+108=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8696C is #279693. Grayscale: #8A8A8A. Windows color (decimal): -2594452 or 7104984. OLE color: 7104984.

HSL color Cylindrical-coordinate representation of color #D8696C: hue angle of 358.38º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8696C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 108 -
CMYK 0 0.51 0.50 0.15
HSL 358.38º 0.59% 0.63% -
HSV(B) 358.38º 0.51% 0.85% -
XYZ 36.08 25.78 17.26 -
YUV 138.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 216 105 108 0 0.51 0.50 0.15 358.38 0.59 0.63
Hex D8 69 6C 0 33 32 F 166 3B 3F
Octal 330 151 154 0 63 62 17 546 73 77
Binary 11011000 1101001 1101100 0 110011 110010 1111 101100110 111011 111111

Color Harmonies of #D8696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8696C

Black with #D8696C

Text Example


Text Example

White with #D8696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8696C; }

 p { color: rgb(216,105,108); }

 H1.HeaderClassName
 {
   color: #D8696C;
 }
 .AnyTagClassName
 {
   color: #D8696C;
 }
</style>

background-color css

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

 a { background-color: rgb(216,105,108); }

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

border-color css

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

 span { border-color: rgb(216,105,108); }

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