Html Css Color HEX #D46669 Froly

📋 copy color: '#D46669'

red 212 ◦ green 102 ◦ blue 105

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

Shades of Froly #D46669

Tints of Froly #D46669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 50.6%
G = 24.34%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D46669 (or 0xD46669) is known color: Froly. HEX triplet: D4, 66 and 69. RGB value is (212,102,105). Sum of RGB (Red+Green+Blue) = 212+102+105=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D46669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46669 is #2B9996. Grayscale: #878787. Windows color (decimal): -2857367 or 6907604. OLE color: 6907604.

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

Color convert

RGB 212 102 105 -
CMYK 0 0.52 0.50 0.17
HSL 358.36º 0.56% 0.62% -
HSV(B) 358.36º 0.52% 0.83% -
XYZ 34.45 24.52 16.28 -
YUV 135.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 212 102 105 0 0.52 0.50 0.17 358.36 0.56 0.62
Hex D4 66 69 0 34 32 11 166 38 3E
Octal 324 146 151 0 64 62 21 546 70 76
Binary 11010100 1100110 1101001 0 110100 110010 10001 101100110 111000 111110

Color Harmonies of #D46669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46669

Black with #D46669

Text Example


Text Example

White with #D46669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46669; }

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

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

background-color css

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

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

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

border-color css

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

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

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