Html Css Color HEX #D27679 Froly

📋 copy color: '#D27679'

red 210 ◦ green 118 ◦ blue 121

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

Shades of Froly #D27679

Tints of Froly #D27679

RGB

 RED value IS 210 (82.42% from 255) = 46.77%

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 46.77%
G = 26.28%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D27679 (or 0xD27679) is known color: Froly. HEX triplet: D2, 76 and 79. RGB value is (210,118,121). Sum of RGB (Red+Green+Blue) = 210+118+121=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D27679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27679 is #2D8986. Grayscale: #919191. Windows color (decimal): -2984327 or 7960274. OLE color: 7960274.

HSL color Cylindrical-coordinate representation of color #D27679: hue angle of 358.04º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27679 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 121 -
CMYK 0 0.44 0.42 0.18
HSL 358.04º 0.51% 0.64% -
HSV(B) 358.04º 0.44% 0.82% -
XYZ 36.51 28.04 21.58 -
YUV 145.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 210 118 121 0 0.44 0.42 0.18 358.04 0.51 0.64
Hex D2 76 79 0 2C 2A 12 166 33 40
Octal 322 166 171 0 54 52 22 546 63 100
Binary 11010010 1110110 1111001 0 101100 101010 10010 101100110 110011 1000000

Color Harmonies of #D27679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27679

Black with #D27679

Text Example


Text Example

White with #D27679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27679; }

 p { color: rgb(210,118,121); }

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

background-color css

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

 a { background-color: rgb(210,118,121); }

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

border-color css

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

 span { border-color: rgb(210,118,121); }

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