Html Css Color HEX #DC6B6A Roman

📋 copy color: '#DC6B6A'

red 220 ◦ green 107 ◦ blue 106

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

Shades of Roman #DC6B6A

Tints of Roman #DC6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 50.81%
G = 24.71%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC6B6A (or 0xDC6B6A) is known color: Roman. HEX triplet: DC, 6B and 6A. RGB value is (220,107,106). Sum of RGB (Red+Green+Blue) = 220+107+106=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6A is #239495. Grayscale: #8C8C8C. Windows color (decimal): -2331798 or 6974428. OLE color: 6974428.

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

Color convert

RGB 220 107 106 -
CMYK 0 0.51 0.52 0.14
HSL 0.53º 0.62% 0.64% -
HSV(B) 0.53º 0.52% 0.86% -
XYZ 37.37 26.77 16.83 -
YUV 140.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 220 107 106 0 0.51 0.52 0.14 0.53 0.62 0.64
Hex DC 6B 6A 0 33 34 E 1 3E 40
Octal 334 153 152 0 63 64 16 1 76 100
Binary 11011100 1101011 1101010 0 110011 110100 1110 1 111110 1000000

Color Harmonies of #DC6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B6A

Black with #DC6B6A

Text Example


Text Example

White with #DC6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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