Html Css Color HEX #D3696F Froly

📋 copy color: '#D3696F'

red 211 ◦ green 105 ◦ blue 111

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

Shades of Froly #D3696F

Tints of Froly #D3696F

RGB

 RED value IS 211 (82.81% from 255) = 49.41%

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

 BLUE value IS 111 (43.75% from 255) = 26%

R = 49.41%
G = 24.59%
B = 26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3696F (or 0xD3696F) is known color: Froly. HEX triplet: D3, 69 and 6F. RGB value is (211,105,111). Sum of RGB (Red+Green+Blue) = 211+105+111=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696F is #2C9690. Grayscale: #898989. Windows color (decimal): -2922129 or 7301587. OLE color: 7301587.

HSL color Cylindrical-coordinate representation of color #D3696F: hue angle of 356.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3696F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 111 -
CMYK 0 0.50 0.47 0.17
HSL 356.6º 0.55% 0.62% -
HSV(B) 356.6º 0.5% 0.83% -
XYZ 34.78 25.1 18.05 -
YUV 137.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 211 105 111 0 0.50 0.47 0.17 356.6 0.55 0.62
Hex D3 69 6F 0 32 2F 11 165 37 3E
Octal 323 151 157 0 62 57 21 545 67 76
Binary 11010011 1101001 1101111 0 110010 101111 10001 101100101 110111 111110

Color Harmonies of #D3696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3696F

Black with #D3696F

Text Example


Text Example

White with #D3696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3696F; }

 p { color: rgb(211,105,111); }

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

background-color css

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

 a { background-color: rgb(211,105,111); }

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

border-color css

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

 span { border-color: rgb(211,105,111); }

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