Html Css Color HEX #DC6A62 Roman

📋 copy color: '#DC6A62'

red 220 ◦ green 106 ◦ blue 98

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

Shades of Roman #DC6A62

Tints of Roman #DC6A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 51.89%
G = 25%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6A62 (or 0xDC6A62) is known color: Roman. HEX triplet: DC, 6A and 62. RGB value is (220,106,98). Sum of RGB (Red+Green+Blue) = 220+106+98=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A62 is #23959D. Grayscale: #8B8B8B. Windows color (decimal): -2332062 or 6449884. OLE color: 6449884.

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

Color convert

RGB 220 106 98 -
CMYK 0 0.52 0.55 0.14
HSL 3.93º 0.64% 0.62% -
HSV(B) 3.93º 0.55% 0.86% -
XYZ 36.87 26.41 14.71 -
YUV 139.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 220 106 98 0 0.52 0.55 0.14 3.93 0.64 0.62
Hex DC 6A 62 0 34 37 E 4 40 3E
Octal 334 152 142 0 64 67 16 4 100 76
Binary 11011100 1101010 1100010 0 110100 110111 1110 100 1000000 111110

Color Harmonies of #DC6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A62

Black with #DC6A62

Text Example


Text Example

White with #DC6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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