Html Css Color HEX #D06F70 Froly

📋 copy color: '#D06F70'

red 208 ◦ green 111 ◦ blue 112

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

Shades of Froly #D06F70

Tints of Froly #D06F70

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

 GREEN value IS 111 (43.75% from 255) = 25.75%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 48.26%
G = 25.75%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06F70 (or 0xD06F70) is known color: Froly. HEX triplet: D0, 6F and 70. RGB value is (208,111,112). Sum of RGB (Red+Green+Blue) = 208+111+112=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F70 is #2F908F. Grayscale: #8C8C8C. Windows color (decimal): -3117200 or 7368656. OLE color: 7368656.

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

Color convert

RGB 208 111 112 -
CMYK 0 0.47 0.46 0.18
HSL 359.38º 0.51% 0.63% -
HSV(B) 359.38º 0.47% 0.82% -
XYZ 34.62 25.95 18.51 -
YUV 140.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 208 111 112 0 0.47 0.46 0.18 359.38 0.51 0.63
Hex D0 6F 70 0 2F 2E 12 167 33 3F
Octal 320 157 160 0 57 56 22 547 63 77
Binary 11010000 1101111 1110000 0 101111 101110 10010 101100111 110011 111111

Color Harmonies of #D06F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F70

Black with #D06F70

Text Example


Text Example

White with #D06F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F70; }

 p { color: rgb(208,111,112); }

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

background-color css

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

 a { background-color: rgb(208,111,112); }

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

border-color css

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

 span { border-color: rgb(208,111,112); }

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