Html Css Color HEX #DC655B Roman

📋 copy color: '#DC655B'

red 220 ◦ green 101 ◦ blue 91

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

Shades of Roman #DC655B

Tints of Roman #DC655B

RGB

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

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

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

R = 53.4%
G = 24.51%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC655B (or 0xDC655B) is known color: Roman. HEX triplet: DC, 65 and 5B. RGB value is (220,101,91). Sum of RGB (Red+Green+Blue) = 220+101+91=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC655B is #239AA4. Grayscale: #878787. Windows color (decimal): -2333349 or 5989852. OLE color: 5989852.

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

Color convert

RGB 220 101 91 -
CMYK 0 0.54 0.59 0.14
HSL 4.65º 0.65% 0.61% -
HSV(B) 4.65º 0.59% 0.86% -
XYZ 36.06 25.28 12.88 -
YUV 135.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 220 101 91 0 0.54 0.59 0.14 4.65 0.65 0.61
Hex DC 65 5B 0 36 3B E 5 41 3D
Octal 334 145 133 0 66 73 16 5 101 75
Binary 11011100 1100101 1011011 0 110110 111011 1110 101 1000001 111101

Color Harmonies of #DC655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC655B

Black with #DC655B

Text Example


Text Example

White with #DC655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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