Html Css Color HEX #D06D6F Froly

📋 copy color: '#D06D6F'

red 208 ◦ green 109 ◦ blue 111

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

Shades of Froly #D06D6F

Tints of Froly #D06D6F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 48.6%
G = 25.47%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D06D6F (or 0xD06D6F) is known color: Froly. HEX triplet: D0, 6D and 6F. RGB value is (208,109,111). Sum of RGB (Red+Green+Blue) = 208+109+111=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6F is #2F9290. Grayscale: #8A8A8A. Windows color (decimal): -3117713 or 7302608. OLE color: 7302608.

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

Color convert

RGB 208 109 111 -
CMYK 0 0.48 0.47 0.18
HSL 358.79º 0.51% 0.62% -
HSV(B) 358.79º 0.48% 0.82% -
XYZ 34.35 25.49 18.15 -
YUV 138.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 208 109 111 0 0.48 0.47 0.18 358.79 0.51 0.62
Hex D0 6D 6F 0 30 2F 12 167 33 3E
Octal 320 155 157 0 60 57 22 547 63 76
Binary 11010000 1101101 1101111 0 110000 101111 10010 101100111 110011 111110

Color Harmonies of #D06D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D6F

Black with #D06D6F

Text Example


Text Example

White with #D06D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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