Html Css Color HEX #D06869 Froly

📋 copy color: '#D06869'

red 208 ◦ green 104 ◦ blue 105

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

Shades of Froly #D06869

Tints of Froly #D06869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 49.88%
G = 24.94%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D06869 (or 0xD06869) is known color: Froly. HEX triplet: D0, 68 and 69. RGB value is (208,104,105). Sum of RGB (Red+Green+Blue) = 208+104+105=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D06869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06869 is #2F9796. Grayscale: #878787. Windows color (decimal): -3118999 or 6908112. OLE color: 6908112.

HSL color Cylindrical-coordinate representation of color #D06869: hue angle of 359.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06869 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 105 -
CMYK 0 0.5 0.50 0.18
HSL 359.42º 0.53% 0.61% -
HSV(B) 359.42º 0.5% 0.82% -
XYZ 33.51 24.33 16.29 -
YUV 135.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 208 104 105 0 0.5 0.50 0.18 359.42 0.53 0.61
Hex D0 68 69 0 32 32 12 167 35 3D
Octal 320 150 151 0 62 62 22 547 65 75
Binary 11010000 1101000 1101001 0 110010 110010 10010 101100111 110101 111101

Color Harmonies of #D06869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06869

Black with #D06869

Text Example


Text Example

White with #D06869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06869; }

 p { color: rgb(208,104,105); }

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

background-color css

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

 a { background-color: rgb(208,104,105); }

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

border-color css

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

 span { border-color: rgb(208,104,105); }

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