Html Css Color HEX #DC7B65 Terra Cotta

📋 copy color: '#DC7B65'

red 220 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #DC7B65

Tints of Terra Cotta #DC7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 49.55%
G = 27.7%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC7B65 (or 0xDC7B65) is known color: Terra Cotta. HEX triplet: DC, 7B and 65. RGB value is (220,123,101). Sum of RGB (Red+Green+Blue) = 220+123+101=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B65 is #23849A. Grayscale: #959595. Windows color (decimal): -2327707 or 6650844. OLE color: 6650844.

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

Color convert

RGB 220 123 101 -
CMYK 0 0.44 0.54 0.14
HSL 11.09º 0.63% 0.63% -
HSV(B) 11.09º 0.54% 0.86% -
XYZ 38.95 30.32 16.11 -
YUV 149.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 220 123 101 0 0.44 0.54 0.14 11.09 0.63 0.63
Hex DC 7B 65 0 2C 36 E B 3F 3F
Octal 334 173 145 0 54 66 16 13 77 77
Binary 11011100 1111011 1100101 0 101100 110110 1110 1011 111111 111111

Color Harmonies of #DC7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B65

Black with #DC7B65

Text Example


Text Example

White with #DC7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B65; }

 p { color: rgb(220,123,101); }

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

background-color css

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

 a { background-color: rgb(220,123,101); }

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

border-color css

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

 span { border-color: rgb(220,123,101); }

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