Html Css Color HEX #D46567 Froly

📋 copy color: '#D46567'

red 212 ◦ green 101 ◦ blue 103

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

Shades of Froly #D46567

Tints of Froly #D46567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 103 (40.63% from 255) = 24.76%

R = 50.96%
G = 24.28%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46567 (or 0xD46567) is known color: Froly. HEX triplet: D4, 65 and 67. RGB value is (212,101,103). Sum of RGB (Red+Green+Blue) = 212+101+103=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46567 is #2B9A98. Grayscale: #868686. Windows color (decimal): -2857625 or 6776276. OLE color: 6776276.

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

Color convert

RGB 212 101 103 -
CMYK 0 0.52 0.51 0.17
HSL 358.92º 0.56% 0.61% -
HSV(B) 358.92º 0.52% 0.83% -
XYZ 34.25 24.28 15.71 -
YUV 134.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 212 101 103 0 0.52 0.51 0.17 358.92 0.56 0.61
Hex D4 65 67 0 34 33 11 167 38 3D
Octal 324 145 147 0 64 63 21 547 70 75
Binary 11010100 1100101 1100111 0 110100 110011 10001 101100111 111000 111101

Color Harmonies of #D46567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46567

Black with #D46567

Text Example


Text Example

White with #D46567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46567; }

 p { color: rgb(212,101,103); }

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

background-color css

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

 a { background-color: rgb(212,101,103); }

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

border-color css

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

 span { border-color: rgb(212,101,103); }

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