Html Css Color HEX #DD665A Roman

📋 copy color: '#DD665A'

red 221 ◦ green 102 ◦ blue 90

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

Shades of Roman #DD665A

Tints of Roman #DD665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 53.51%
G = 24.7%
B = 21.79%

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

#DD665A (or 0xDD665A) is known color: Roman. HEX triplet: DD, 66 and 5A. RGB value is (221,102,90). Sum of RGB (Red+Green+Blue) = 221+102+90=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD665A is #2299A5. Grayscale: #888888. Windows color (decimal): -2267558 or 5924573. OLE color: 5924573.

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

Color convert

RGB 221 102 90 -
CMYK 0 0.54 0.59 0.13
HSL 5.5º 0.66% 0.61% -
HSV(B) 5.5º 0.59% 0.87% -
XYZ 36.42 25.61 12.7 -
YUV 136.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 221 102 90 0 0.54 0.59 0.13 5.5 0.66 0.61
Hex DD 66 5A 0 36 3B D 5 42 3D
Octal 335 146 132 0 66 73 15 5 102 75
Binary 11011101 1100110 1011010 0 110110 111011 1101 101 1000010 111101

Color Harmonies of #DD665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD665A

Black with #DD665A

Text Example


Text Example

White with #DD665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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