Html Css Color HEX #DF6868 Roman

📋 copy color: '#DF6868'

red 223 ◦ green 104 ◦ blue 104

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

Shades of Roman #DF6868

Tints of Roman #DF6868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 51.74%
G = 24.13%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6868 (or 0xDF6868) is known color: Roman. HEX triplet: DF, 68 and 68. RGB value is (223,104,104). Sum of RGB (Red+Green+Blue) = 223+104+104=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6868 is #209797. Grayscale: #8B8B8B. Windows color (decimal): -2135960 or 6842591. OLE color: 6842591.

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

Color convert

RGB 223 104 104 -
CMYK 0 0.53 0.53 0.13
HSL 0.65% 0.64% -
HSV(B) 0.53% 0.87% -
XYZ 37.88 26.59 16.23 -
YUV 139.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 223 104 104 0 0.53 0.53 0.13 0 0.65 0.64
Hex DF 68 68 0 35 35 D 0 41 40
Octal 337 150 150 0 65 65 15 0 101 100
Binary 11011111 1101000 1101000 0 110101 110101 1101 0 1000001 1000000

Color Harmonies of #DF6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6868

Black with #DF6868

Text Example


Text Example

White with #DF6868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6868; }

 p { color: rgb(223,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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