Html Css Color HEX #DC6259 Roman

📋 copy color: '#DC6259'

red 220 ◦ green 98 ◦ blue 89

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

Shades of Roman #DC6259

Tints of Roman #DC6259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.87%

R = 54.05%
G = 24.08%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6259 (or 0xDC6259) is known color: Roman. HEX triplet: DC, 62 and 59. RGB value is (220,98,89). Sum of RGB (Red+Green+Blue) = 220+98+89=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6259 is #239DA6. Grayscale: #858585. Windows color (decimal): -2334119 or 5858012. OLE color: 5858012.

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

Color convert

RGB 220 98 89 -
CMYK 0 0.55 0.60 0.14
HSL 4.12º 0.65% 0.61% -
HSV(B) 4.12º 0.6% 0.86% -
XYZ 35.69 24.67 12.33 -
YUV 133.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 220 98 89 0 0.55 0.60 0.14 4.12 0.65 0.61
Hex DC 62 59 0 37 3C E 4 41 3D
Octal 334 142 131 0 67 74 16 4 101 75
Binary 11011100 1100010 1011001 0 110111 111100 1110 100 1000001 111101

Color Harmonies of #DC6259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6259

Black with #DC6259

Text Example


Text Example

White with #DC6259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6259; }

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

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

background-color css

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

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

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

border-color css

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

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

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