Html Css Color HEX #DC6665 Roman

📋 copy color: '#DC6665'

red 220 ◦ green 102 ◦ blue 101

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

Shades of Roman #DC6665

Tints of Roman #DC6665

RGB

 RED value IS 220 (86.33% from 255) = 52.01%

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

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

R = 52.01%
G = 24.11%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC6665 (or 0xDC6665) is known color: Roman. HEX triplet: DC, 66 and 65. RGB value is (220,102,101). Sum of RGB (Red+Green+Blue) = 220+102+101=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6665 is #23999A. Grayscale: #898989. Windows color (decimal): -2333083 or 6645468. OLE color: 6645468.

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

Color convert

RGB 220 102 101 -
CMYK 0 0.54 0.54 0.14
HSL 0.5º 0.63% 0.63% -
HSV(B) 0.5º 0.54% 0.86% -
XYZ 36.62 25.66 15.33 -
YUV 137.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 220 102 101 0 0.54 0.54 0.14 0.5 0.63 0.63
Hex DC 66 65 0 36 36 E 1 3F 3F
Octal 334 146 145 0 66 66 16 1 77 77
Binary 11011100 1100110 1100101 0 110110 110110 1110 1 111111 111111

Color Harmonies of #DC6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6665

Black with #DC6665

Text Example


Text Example

White with #DC6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6665; }

 p { color: rgb(220,102,101); }

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

background-color css

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

 a { background-color: rgb(220,102,101); }

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

border-color css

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

 span { border-color: rgb(220,102,101); }

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