Html Css Color HEX #DF6769 Froly

📋 copy color: '#DF6769'

red 223 ◦ green 103 ◦ blue 105

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

Shades of Froly #DF6769

Tints of Froly #DF6769

RGB

 RED value IS 223 (87.5% from 255) = 51.74%

 GREEN value IS 103 (40.63% from 255) = 23.9%

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

R = 51.74%
G = 23.9%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6769 (or 0xDF6769) is known color: Froly. HEX triplet: DF, 67 and 69. RGB value is (223,103,105). Sum of RGB (Red+Green+Blue) = 223+103+105=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6769 is #209896. Grayscale: #8B8B8B. Windows color (decimal): -2136215 or 6907871. OLE color: 6907871.

HSL color Cylindrical-coordinate representation of color #DF6769: hue angle of 359º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6769 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 105 -
CMYK 0 0.54 0.53 0.13
HSL 359º 0.65% 0.64% -
HSV(B) 359º 0.54% 0.87% -
XYZ 37.83 26.41 16.47 -
YUV 139.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 223 103 105 0 0.54 0.53 0.13 359 0.65 0.64
Hex DF 67 69 0 36 35 D 167 41 40
Octal 337 147 151 0 66 65 15 547 101 100
Binary 11011111 1100111 1101001 0 110110 110101 1101 101100111 1000001 1000000

Color Harmonies of #DF6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6769

Black with #DF6769

Text Example


Text Example

White with #DF6769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6769; }

 p { color: rgb(223,103,105); }

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

background-color css

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

 a { background-color: rgb(223,103,105); }

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

border-color css

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

 span { border-color: rgb(223,103,105); }

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