Html Css Color HEX #D0686A Froly

📋 copy color: '#D0686A'

red 208 ◦ green 104 ◦ blue 106

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

Shades of Froly #D0686A

Tints of Froly #D0686A

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

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

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

R = 49.76%
G = 24.88%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0686A (or 0xD0686A) is known color: Froly. HEX triplet: D0, 68 and 6A. RGB value is (208,104,106). Sum of RGB (Red+Green+Blue) = 208+104+106=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0686A is #2F9795. Grayscale: #878787. Windows color (decimal): -3118998 or 6973648. OLE color: 6973648.

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

Color convert

RGB 208 104 106 -
CMYK 0 0.5 0.49 0.18
HSL 358.85º 0.53% 0.61% -
HSV(B) 358.85º 0.5% 0.82% -
XYZ 33.56 24.35 16.57 -
YUV 135.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 208 104 106 0 0.5 0.49 0.18 358.85 0.53 0.61
Hex D0 68 6A 0 32 31 12 167 35 3D
Octal 320 150 152 0 62 61 22 547 65 75
Binary 11010000 1101000 1101010 0 110010 110001 10010 101100111 110101 111101

Color Harmonies of #D0686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0686A

Black with #D0686A

Text Example


Text Example

White with #D0686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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