Html Css Color HEX #DF685F Roman

📋 copy color: '#DF685F'

red 223 ◦ green 104 ◦ blue 95

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

Shades of Roman #DF685F

Tints of Roman #DF685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 52.84%
G = 24.64%
B = 22.51%

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

#DF685F (or 0xDF685F) is known color: Roman. HEX triplet: DF, 68 and 5F. RGB value is (223,104,95). Sum of RGB (Red+Green+Blue) = 223+104+95=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685F is #2097A0. Grayscale: #8A8A8A. Windows color (decimal): -2135969 or 6252767. OLE color: 6252767.

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

Color convert

RGB 223 104 95 -
CMYK 0 0.53 0.57 0.13
HSL 4.22º 0.67% 0.62% -
HSV(B) 4.22º 0.57% 0.87% -
XYZ 37.45 26.41 13.95 -
YUV 138.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 223 104 95 0 0.53 0.57 0.13 4.22 0.67 0.62
Hex DF 68 5F 0 35 39 D 4 43 3E
Octal 337 150 137 0 65 71 15 4 103 76
Binary 11011111 1101000 1011111 0 110101 111001 1101 100 1000011 111110

Color Harmonies of #DF685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF685F

Black with #DF685F

Text Example


Text Example

White with #DF685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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