Html Css Color HEX #D4686A Froly

📋 copy color: '#D4686A'

red 212 ◦ green 104 ◦ blue 106

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

Shades of Froly #D4686A

Tints of Froly #D4686A

RGB

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

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

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

R = 50.24%
G = 24.64%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4686A (or 0xD4686A) is known color: Froly. HEX triplet: D4, 68 and 6A. RGB value is (212,104,106). Sum of RGB (Red+Green+Blue) = 212+104+106=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4686A is #2B9795. Grayscale: #888888. Windows color (decimal): -2856854 or 6973652. OLE color: 6973652.

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

Color convert

RGB 212 104 106 -
CMYK 0 0.51 0.5 0.17
HSL 358.89º 0.56% 0.62% -
HSV(B) 358.89º 0.51% 0.83% -
XYZ 34.7 24.94 16.62 -
YUV 136.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 212 104 106 0 0.51 0.5 0.17 358.89 0.56 0.62
Hex D4 68 6A 0 33 32 11 167 38 3E
Octal 324 150 152 0 63 62 21 547 70 76
Binary 11010100 1101000 1101010 0 110011 110010 10001 101100111 111000 111110

Color Harmonies of #D4686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4686A

Black with #D4686A

Text Example


Text Example

White with #D4686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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