Html Css Color HEX #DD665B Roman

📋 copy color: '#DD665B'

red 221 ◦ green 102 ◦ blue 91

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

Shades of Roman #DD665B

Tints of Roman #DD665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 53.38%
G = 24.64%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD665B (or 0xDD665B) is known color: Roman. HEX triplet: DD, 66 and 5B. RGB value is (221,102,91). Sum of RGB (Red+Green+Blue) = 221+102+91=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD665B is #2299A4. Grayscale: #888888. Windows color (decimal): -2267557 or 5990109. OLE color: 5990109.

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

Color convert

RGB 221 102 91 -
CMYK 0 0.54 0.59 0.13
HSL 5.08º 0.66% 0.61% -
HSV(B) 5.08º 0.59% 0.87% -
XYZ 36.46 25.63 12.92 -
YUV 136.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 221 102 91 0 0.54 0.59 0.13 5.08 0.66 0.61
Hex DD 66 5B 0 36 3B D 5 42 3D
Octal 335 146 133 0 66 73 15 5 102 75
Binary 11011101 1100110 1011011 0 110110 111011 1101 101 1000010 111101

Color Harmonies of #DD665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD665B

Black with #DD665B

Text Example


Text Example

White with #DD665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD665B; }

 p { color: rgb(221,102,91); }

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

background-color css

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

 a { background-color: rgb(221,102,91); }

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

border-color css

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

 span { border-color: rgb(221,102,91); }

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