Html Css Color HEX #DC6764 Roman

📋 copy color: '#DC6764'

red 220 ◦ green 103 ◦ blue 100

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

Shades of Roman #DC6764

Tints of Roman #DC6764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 52.01%
G = 24.35%
B = 23.64%

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

#DC6764 (or 0xDC6764) is known color: Roman. HEX triplet: DC, 67 and 64. RGB value is (220,103,100). Sum of RGB (Red+Green+Blue) = 220+103+100=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6764 is #23989B. Grayscale: #898989. Windows color (decimal): -2332828 or 6580188. OLE color: 6580188.

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

Color convert

RGB 220 103 100 -
CMYK 0 0.53 0.55 0.14
HSL 1.5º 0.63% 0.63% -
HSV(B) 1.5º 0.55% 0.86% -
XYZ 36.67 25.84 15.11 -
YUV 137.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 220 103 100 0 0.53 0.55 0.14 1.5 0.63 0.63
Hex DC 67 64 0 35 37 E 2 3F 3F
Octal 334 147 144 0 65 67 16 2 77 77
Binary 11011100 1100111 1100100 0 110101 110111 1110 10 111111 111111

Color Harmonies of #DC6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6764

Black with #DC6764

Text Example


Text Example

White with #DC6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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