Html Css Color HEX #DC625F Roman

📋 copy color: '#DC625F'

red 220 ◦ green 98 ◦ blue 95

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

Shades of Roman #DC625F

Tints of Roman #DC625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 53.27%
G = 23.73%
B = 23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC625F (or 0xDC625F) is known color: Roman. HEX triplet: DC, 62 and 5F. RGB value is (220,98,95). Sum of RGB (Red+Green+Blue) = 220+98+95=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC625F is #239DA0. Grayscale: #868686. Windows color (decimal): -2334113 or 6251228. OLE color: 6251228.

HSL color Cylindrical-coordinate representation of color #DC625F: hue angle of 1.44º 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 #DC625F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 95 -
CMYK 0 0.55 0.57 0.14
HSL 1.44º 0.64% 0.62% -
HSV(B) 1.44º 0.57% 0.86% -
XYZ 35.95 24.78 13.71 -
YUV 134.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 220 98 95 0 0.55 0.57 0.14 1.44 0.64 0.62
Hex DC 62 5F 0 37 39 E 1 40 3E
Octal 334 142 137 0 67 71 16 1 100 76
Binary 11011100 1100010 1011111 0 110111 111001 1110 1 1000000 111110

Color Harmonies of #DC625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC625F

Black with #DC625F

Text Example


Text Example

White with #DC625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC625F; }

 p { color: rgb(220,98,95); }

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

background-color css

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

 a { background-color: rgb(220,98,95); }

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

border-color css

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

 span { border-color: rgb(220,98,95); }

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