Html Css Color HEX #DF695E Roman

📋 copy color: '#DF695E'

red 223 ◦ green 105 ◦ blue 94

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

Shades of Roman #DF695E

Tints of Roman #DF695E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 52.84%
G = 24.88%
B = 22.27%

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

#DF695E (or 0xDF695E) is known color: Roman. HEX triplet: DF, 69 and 5E. RGB value is (223,105,94). Sum of RGB (Red+Green+Blue) = 223+105+94=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF695E is #2096A1. Grayscale: #8B8B8B. Windows color (decimal): -2135714 or 6187487. OLE color: 6187487.

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

Color convert

RGB 223 105 94 -
CMYK 0 0.53 0.58 0.13
HSL 5.12º 0.67% 0.62% -
HSV(B) 5.12º 0.58% 0.87% -
XYZ 37.5 26.6 13.75 -
YUV 139.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 223 105 94 0 0.53 0.58 0.13 5.12 0.67 0.62
Hex DF 69 5E 0 35 3A D 5 43 3E
Octal 337 151 136 0 65 72 15 5 103 76
Binary 11011111 1101001 1011110 0 110101 111010 1101 101 1000011 111110

Color Harmonies of #DF695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF695E

Black with #DF695E

Text Example


Text Example

White with #DF695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF695E; }

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

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

background-color css

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

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

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

border-color css

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

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

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