Html Css Color HEX #DC625B Roman

📋 copy color: '#DC625B'

red 220 ◦ green 98 ◦ blue 91

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

Shades of Roman #DC625B

Tints of Roman #DC625B

RGB

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

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

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

R = 53.79%
G = 23.96%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC625B (or 0xDC625B) is known color: Roman. HEX triplet: DC, 62 and 5B. RGB value is (220,98,91). Sum of RGB (Red+Green+Blue) = 220+98+91=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC625B is #239DA4. Grayscale: #858585. Windows color (decimal): -2334117 or 5989084. OLE color: 5989084.

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

Color convert

RGB 220 98 91 -
CMYK 0 0.55 0.59 0.14
HSL 3.26º 0.65% 0.61% -
HSV(B) 3.26º 0.59% 0.86% -
XYZ 35.77 24.71 12.78 -
YUV 133.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 220 98 91 0 0.55 0.59 0.14 3.26 0.65 0.61
Hex DC 62 5B 0 37 3B E 3 41 3D
Octal 334 142 133 0 67 73 16 3 101 75
Binary 11011100 1100010 1011011 0 110111 111011 1110 11 1000001 111101

Color Harmonies of #DC625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC625B

Black with #DC625B

Text Example


Text Example

White with #DC625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC625B; }

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

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

background-color css

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

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

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

border-color css

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

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

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