Html Css Color HEX #DC6762 Roman

📋 copy color: '#DC6762'

red 220 ◦ green 103 ◦ blue 98

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

Shades of Roman #DC6762

Tints of Roman #DC6762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

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

R = 52.26%
G = 24.47%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6762 (or 0xDC6762) is known color: Roman. HEX triplet: DC, 67 and 62. RGB value is (220,103,98). Sum of RGB (Red+Green+Blue) = 220+103+98=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6762 is #23989D. Grayscale: #898989. Windows color (decimal): -2332830 or 6449116. OLE color: 6449116.

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

Color convert

RGB 220 103 98 -
CMYK 0 0.53 0.55 0.14
HSL 2.46º 0.64% 0.62% -
HSV(B) 2.46º 0.55% 0.86% -
XYZ 36.57 25.8 14.61 -
YUV 137.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 220 103 98 0 0.53 0.55 0.14 2.46 0.64 0.62
Hex DC 67 62 0 35 37 E 2 40 3E
Octal 334 147 142 0 65 67 16 2 100 76
Binary 11011100 1100111 1100010 0 110101 110111 1110 10 1000000 111110

Color Harmonies of #DC6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6762

Black with #DC6762

Text Example


Text Example

White with #DC6762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6762; }

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

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

background-color css

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

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

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

border-color css

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

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

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