Html Css Color HEX #D4686D Froly

📋 copy color: '#D4686D'

red 212 ◦ green 104 ◦ blue 109

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

Shades of Froly #D4686D

Tints of Froly #D4686D

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 49.88%
G = 24.47%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4686D (or 0xD4686D) is known color: Froly. HEX triplet: D4, 68 and 6D. RGB value is (212,104,109). Sum of RGB (Red+Green+Blue) = 212+104+109=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4686D is #2B9792. Grayscale: #888888. Windows color (decimal): -2856851 or 7170260. OLE color: 7170260.

HSL color Cylindrical-coordinate representation of color #D4686D: hue angle of 357.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4686D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 109 -
CMYK 0 0.51 0.49 0.17
HSL 357.22º 0.56% 0.62% -
HSV(B) 357.22º 0.51% 0.83% -
XYZ 34.86 25 17.46 -
YUV 136.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 212 104 109 0 0.51 0.49 0.17 357.22 0.56 0.62
Hex D4 68 6D 0 33 31 11 165 38 3E
Octal 324 150 155 0 63 61 21 545 70 76
Binary 11010100 1101000 1101101 0 110011 110001 10001 101100101 111000 111110

Color Harmonies of #D4686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4686D

Black with #D4686D

Text Example


Text Example

White with #D4686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4686D; }

 p { color: rgb(212,104,109); }

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

background-color css

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

 a { background-color: rgb(212,104,109); }

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

border-color css

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

 span { border-color: rgb(212,104,109); }

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