Html Css Color HEX #DF685D Roman

📋 copy color: '#DF685D'

red 223 ◦ green 104 ◦ blue 93

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

Shades of Roman #DF685D

Tints of Roman #DF685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 53.1%
G = 24.76%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF685D (or 0xDF685D) is known color: Roman. HEX triplet: DF, 68 and 5D. RGB value is (223,104,93). Sum of RGB (Red+Green+Blue) = 223+104+93=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685D is #2097A2. Grayscale: #8A8A8A. Windows color (decimal): -2135971 or 6121695. OLE color: 6121695.

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

Color convert

RGB 223 104 93 -
CMYK 0 0.53 0.58 0.13
HSL 5.08º 0.67% 0.62% -
HSV(B) 5.08º 0.58% 0.87% -
XYZ 37.36 26.38 13.48 -
YUV 138.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 223 104 93 0 0.53 0.58 0.13 5.08 0.67 0.62
Hex DF 68 5D 0 35 3A D 5 43 3E
Octal 337 150 135 0 65 72 15 5 103 76
Binary 11011111 1101000 1011101 0 110101 111010 1101 101 1000011 111110

Color Harmonies of #DF685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF685D

Black with #DF685D

Text Example


Text Example

White with #DF685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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