Html Css Color HEX #D3696B Froly

📋 copy color: '#D3696B'

red 211 ◦ green 105 ◦ blue 107

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

Shades of Froly #D3696B

Tints of Froly #D3696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 49.88%
G = 24.82%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3696B (or 0xD3696B) is known color: Froly. HEX triplet: D3, 69 and 6B. RGB value is (211,105,107). Sum of RGB (Red+Green+Blue) = 211+105+107=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696B is #2C9694. Grayscale: #898989. Windows color (decimal): -2922133 or 7039443. OLE color: 7039443.

HSL color Cylindrical-coordinate representation of color #D3696B: hue angle of 358.87º 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 #D3696B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 107 -
CMYK 0 0.50 0.49 0.17
HSL 358.87º 0.55% 0.62% -
HSV(B) 358.87º 0.5% 0.83% -
XYZ 34.57 25.01 16.92 -
YUV 136.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 211 105 107 0 0.50 0.49 0.17 358.87 0.55 0.62
Hex D3 69 6B 0 32 31 11 167 37 3E
Octal 323 151 153 0 62 61 21 547 67 76
Binary 11010011 1101001 1101011 0 110010 110001 10001 101100111 110111 111110

Color Harmonies of #D3696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3696B

Black with #D3696B

Text Example


Text Example

White with #D3696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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