Html Css Color HEX #DF6960 Roman

📋 copy color: '#DF6960'

red 223 ◦ green 105 ◦ blue 96

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

Shades of Roman #DF6960

Tints of Roman #DF6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 52.59%
G = 24.76%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6960 (or 0xDF6960) is known color: Roman. HEX triplet: DF, 69 and 60. RGB value is (223,105,96). Sum of RGB (Red+Green+Blue) = 223+105+96=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6960 is #20969F. Grayscale: #8B8B8B. Windows color (decimal): -2135712 or 6318559. OLE color: 6318559.

HSL color Cylindrical-coordinate representation of color #DF6960: hue angle of 4.25º 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 #DF6960 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 96 -
CMYK 0 0.53 0.57 0.13
HSL 4.25º 0.66% 0.63% -
HSV(B) 4.25º 0.57% 0.87% -
XYZ 37.59 26.64 14.23 -
YUV 139.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 223 105 96 0 0.53 0.57 0.13 4.25 0.66 0.63
Hex DF 69 60 0 35 39 D 4 42 3F
Octal 337 151 140 0 65 71 15 4 102 77
Binary 11011111 1101001 1100000 0 110101 111001 1101 100 1000010 111111

Color Harmonies of #DF6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6960

Black with #DF6960

Text Example


Text Example

White with #DF6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6960; }

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

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

background-color css

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

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

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

border-color css

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

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

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