Html Css Color HEX #DD6C65 Roman

📋 copy color: '#DD6C65'

red 221 ◦ green 108 ◦ blue 101

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

Shades of Roman #DD6C65

Tints of Roman #DD6C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 51.4%
G = 25.12%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6C65 (or 0xDD6C65) is known color: Roman. HEX triplet: DD, 6C and 65. RGB value is (221,108,101). Sum of RGB (Red+Green+Blue) = 221+108+101=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C65 is #22939A. Grayscale: #8D8D8D. Windows color (decimal): -2266011 or 6647005. OLE color: 6647005.

HSL color Cylindrical-coordinate representation of color #DD6C65: hue angle of 3.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6C65 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 101 -
CMYK 0 0.51 0.54 0.13
HSL 3.5º 0.64% 0.63% -
HSV(B) 3.5º 0.54% 0.87% -
XYZ 37.53 27.04 15.55 -
YUV 140.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 221 108 101 0 0.51 0.54 0.13 3.5 0.64 0.63
Hex DD 6C 65 0 33 36 D 4 40 3F
Octal 335 154 145 0 63 66 15 4 100 77
Binary 11011101 1101100 1100101 0 110011 110110 1101 100 1000000 111111

Color Harmonies of #DD6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C65

Black with #DD6C65

Text Example


Text Example

White with #DD6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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