Html Css Color HEX #D67273 Froly

📋 copy color: '#D67273'

red 214 ◦ green 114 ◦ blue 115

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

Shades of Froly #D67273

Tints of Froly #D67273

RGB

 RED value IS 214 (83.98% from 255) = 48.31%

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 48.31%
G = 25.73%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67273 (or 0xD67273) is known color: Froly. HEX triplet: D6, 72 and 73. RGB value is (214,114,115). Sum of RGB (Red+Green+Blue) = 214+114+115=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67273 is #298D8C. Grayscale: #909090. Windows color (decimal): -2723213 or 7566038. OLE color: 7566038.

HSL color Cylindrical-coordinate representation of color #D67273: hue angle of 359.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67273 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 115 -
CMYK 0 0.47 0.46 0.16
HSL 359.4º 0.55% 0.64% -
HSV(B) 359.4º 0.47% 0.84% -
XYZ 36.84 27.57 19.6 -
YUV 144.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 214 114 115 0 0.47 0.46 0.16 359.4 0.55 0.64
Hex D6 72 73 0 2F 2E 10 167 37 40
Octal 326 162 163 0 57 56 20 547 67 100
Binary 11010110 1110010 1110011 0 101111 101110 10000 101100111 110111 1000000

Color Harmonies of #D67273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67273

Black with #D67273

Text Example


Text Example

White with #D67273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67273; }

 p { color: rgb(214,114,115); }

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

background-color css

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

 a { background-color: rgb(214,114,115); }

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

border-color css

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

 span { border-color: rgb(214,114,115); }

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