#dd6b69

Color #DD6B69 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DD6B69

Tints of Roman #DD6B69

Color information

#DD6B69 (or 0xDD6B69) is unknown color: approx Roman. HEX triplet: DD, 6B and 69. RGB value is (221,107,105). Sum of RGB (Red+Green+Blue) = 221+107+105=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B69 is #229496. Grayscale: #8C8C8C. Windows color (decimal): -2266263 or 6908893. OLE color: 6908893.

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

Color convert

RGB221107105-
CMYK00.520.520.13
HSL1.03º63.04%63.92%-
HSV(B)1.03º52.49%86.67%-
XYZ37.6326.9116.58-
YUV140.86107.77185.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=51.04%
G=24.71%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110710500.520.520.131.0363.0463.92
HexDD6B6903434D13f40
Octal3351531510646415177100
Binary11011101110101111010010110100110100110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6b69; }

 p { color: rgb(221,107,105); }

 H1.HeaderClassName
 {
   color: #dd6b69;
 }
 .AnyTagClassName
 {
   color: #dd6b69;
 }
</style>
background-color css

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

 a { background-color: rgb(221,107,105); }

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

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

 span { border-color: rgb(221,107,105); }

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