Html Css Color HEX #D4696D Froly

📋 copy color: '#D4696D'

red 212 ◦ green 105 ◦ blue 109

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

Shades of Froly #D4696D

Tints of Froly #D4696D

RGB

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

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

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

R = 49.77%
G = 24.65%
B = 25.59%

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

#D4696D (or 0xD4696D) is known color: Froly. HEX triplet: D4, 69 and 6D. RGB value is (212,105,109). Sum of RGB (Red+Green+Blue) = 212+105+109=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696D is #2B9692. Grayscale: #898989. Windows color (decimal): -2856595 or 7170516. OLE color: 7170516.

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

Color convert

RGB 212 105 109 -
CMYK 0 0.50 0.49 0.17
HSL 357.76º 0.55% 0.62% -
HSV(B) 357.76º 0.5% 0.83% -
XYZ 34.96 25.2 17.49 -
YUV 137.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 212 105 109 0 0.50 0.49 0.17 357.76 0.55 0.62
Hex D4 69 6D 0 32 31 11 166 37 3E
Octal 324 151 155 0 62 61 21 546 67 76
Binary 11010100 1101001 1101101 0 110010 110001 10001 101100110 110111 111110

Color Harmonies of #D4696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4696D

Black with #D4696D

Text Example


Text Example

White with #D4696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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