Html Css Color HEX #DC655E Roman

📋 copy color: '#DC655E'

red 220 ◦ green 101 ◦ blue 94

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

Shades of Roman #DC655E

Tints of Roman #DC655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 53.01%
G = 24.34%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC655E (or 0xDC655E) is known color: Roman. HEX triplet: DC, 65 and 5E. RGB value is (220,101,94). Sum of RGB (Red+Green+Blue) = 220+101+94=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC655E is #239AA1. Grayscale: #878787. Windows color (decimal): -2333346 or 6186460. OLE color: 6186460.

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

Color convert

RGB 220 101 94 -
CMYK 0 0.54 0.57 0.14
HSL 3.33º 0.64% 0.62% -
HSV(B) 3.33º 0.57% 0.86% -
XYZ 36.19 25.33 13.57 -
YUV 135.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 220 101 94 0 0.54 0.57 0.14 3.33 0.64 0.62
Hex DC 65 5E 0 36 39 E 3 40 3E
Octal 334 145 136 0 66 71 16 3 100 76
Binary 11011100 1100101 1011110 0 110110 111001 1110 11 1000000 111110

Color Harmonies of #DC655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC655E

Black with #DC655E

Text Example


Text Example

White with #DC655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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