Html Css Color HEX #DC6968 Roman

📋 copy color: '#DC6968'

red 220 ◦ green 105 ◦ blue 104

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

Shades of Roman #DC6968

Tints of Roman #DC6968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 51.28%
G = 24.48%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC6968 (or 0xDC6968) is known color: Roman. HEX triplet: DC, 69 and 68. RGB value is (220,105,104). Sum of RGB (Red+Green+Blue) = 220+105+104=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6968 is #239697. Grayscale: #8B8B8B. Windows color (decimal): -2332312 or 6842844. OLE color: 6842844.

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

Color convert

RGB 220 105 104 -
CMYK 0 0.52 0.53 0.14
HSL 0.52º 0.62% 0.64% -
HSV(B) 0.52º 0.53% 0.86% -
XYZ 37.07 26.32 16.22 -
YUV 139.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 220 105 104 0 0.52 0.53 0.14 0.52 0.62 0.64
Hex DC 69 68 0 34 35 E 1 3E 40
Octal 334 151 150 0 64 65 16 1 76 100
Binary 11011100 1101001 1101000 0 110100 110101 1110 1 111110 1000000

Color Harmonies of #DC6968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6968

Black with #DC6968

Text Example


Text Example

White with #DC6968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6968; }

 p { color: rgb(220,105,104); }

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

background-color css

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

 a { background-color: rgb(220,105,104); }

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

border-color css

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

 span { border-color: rgb(220,105,104); }

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