Html Css Color HEX #DF6060 Roman

📋 copy color: '#DF6060'

red 223 ◦ green 96 ◦ blue 96

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

Shades of Roman #DF6060

Tints of Roman #DF6060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 53.73%
G = 23.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6060 (or 0xDF6060) is known color: Roman. HEX triplet: DF, 60 and 60. RGB value is (223,96,96). Sum of RGB (Red+Green+Blue) = 223+96+96=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6060 is #209F9F. Grayscale: #868686. Windows color (decimal): -2138016 or 6316255. OLE color: 6316255.

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

Color convert

RGB 223 96 96 -
CMYK 0 0.57 0.57 0.13
HSL 0.66% 0.63% -
HSV(B) 0.57% 0.87% -
XYZ 36.73 24.9 13.94 -
YUV 133.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 223 96 96 0 0.57 0.57 0.13 0 0.66 0.63
Hex DF 60 60 0 39 39 D 0 42 3F
Octal 337 140 140 0 71 71 15 0 102 77
Binary 11011111 1100000 1100000 0 111001 111001 1101 0 1000010 111111

Color Harmonies of #DF6060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6060

Black with #DF6060

Text Example


Text Example

White with #DF6060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6060; }

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

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

background-color css

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

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

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

border-color css

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

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

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