Html Css Color HEX #DF665F Roman

📋 copy color: '#DF665F'

red 223 ◦ green 102 ◦ blue 95

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

Shades of Roman #DF665F

Tints of Roman #DF665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 53.1%
G = 24.29%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF665F (or 0xDF665F) is known color: Roman. HEX triplet: DF, 66 and 5F. RGB value is (223,102,95). Sum of RGB (Red+Green+Blue) = 223+102+95=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF665F is #2099A0. Grayscale: #898989. Windows color (decimal): -2136481 or 6252255. OLE color: 6252255.

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

Color convert

RGB 223 102 95 -
CMYK 0 0.54 0.57 0.13
HSL 3.28º 0.67% 0.62% -
HSV(B) 3.28º 0.57% 0.87% -
XYZ 37.25 26.02 13.89 -
YUV 137.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 223 102 95 0 0.54 0.57 0.13 3.28 0.67 0.62
Hex DF 66 5F 0 36 39 D 3 43 3E
Octal 337 146 137 0 66 71 15 3 103 76
Binary 11011111 1100110 1011111 0 110110 111001 1101 11 1000011 111110

Color Harmonies of #DF665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF665F

Black with #DF665F

Text Example


Text Example

White with #DF665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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