Html Css Color HEX #DD655F Roman

📋 copy color: '#DD655F'

red 221 ◦ green 101 ◦ blue 95

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

Shades of Roman #DD655F

Tints of Roman #DD655F

RGB

 RED value IS 221 (86.72% from 255) = 53%

 GREEN value IS 101 (39.84% from 255) = 24.22%

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

R = 53%
G = 24.22%
B = 22.78%

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

#DD655F (or 0xDD655F) is known color: Roman. HEX triplet: DD, 65 and 5F. RGB value is (221,101,95). Sum of RGB (Red+Green+Blue) = 221+101+95=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD655F is #229AA0. Grayscale: #888888. Windows color (decimal): -2267809 or 6251997. OLE color: 6251997.

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

Color convert

RGB 221 101 95 -
CMYK 0 0.54 0.57 0.13
HSL 2.86º 0.65% 0.62% -
HSV(B) 2.86º 0.57% 0.87% -
XYZ 36.54 25.51 13.82 -
YUV 136.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 221 101 95 0 0.54 0.57 0.13 2.86 0.65 0.62
Hex DD 65 5F 0 36 39 D 3 41 3E
Octal 335 145 137 0 66 71 15 3 101 76
Binary 11011101 1100101 1011111 0 110110 111001 1101 11 1000001 111110

Color Harmonies of #DD655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD655F

Black with #DD655F

Text Example


Text Example

White with #DD655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD655F; }

 p { color: rgb(221,101,95); }

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

background-color css

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

 a { background-color: rgb(221,101,95); }

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

border-color css

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

 span { border-color: rgb(221,101,95); }

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