Html Css Color HEX #D2686A Froly

📋 copy color: '#D2686A'

red 210 ◦ green 104 ◦ blue 106

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

Shades of Froly #D2686A

Tints of Froly #D2686A

RGB

 RED value IS 210 (82.42% from 255) = 50%

 GREEN value IS 104 (41.02% from 255) = 24.76%

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 50%
G = 24.76%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2686A (or 0xD2686A) is known color: Froly. HEX triplet: D2, 68 and 6A. RGB value is (210,104,106). Sum of RGB (Red+Green+Blue) = 210+104+106=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2686A is #2D9795. Grayscale: #888888. Windows color (decimal): -2987926 or 6973650. OLE color: 6973650.

HSL color Cylindrical-coordinate representation of color #D2686A: hue angle of 358.87º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2686A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 106 -
CMYK 0 0.50 0.50 0.18
HSL 358.87º 0.54% 0.62% -
HSV(B) 358.87º 0.5% 0.82% -
XYZ 34.13 24.64 16.59 -
YUV 135.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 210 104 106 0 0.50 0.50 0.18 358.87 0.54 0.62
Hex D2 68 6A 0 32 32 12 167 36 3E
Octal 322 150 152 0 62 62 22 547 66 76
Binary 11010010 1101000 1101010 0 110010 110010 10010 101100111 110110 111110

Color Harmonies of #D2686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2686A

Black with #D2686A

Text Example


Text Example

White with #D2686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2686A; }

 p { color: rgb(210,104,106); }

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

background-color css

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

 a { background-color: rgb(210,104,106); }

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

border-color css

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

 span { border-color: rgb(210,104,106); }

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