Html Css Color HEX #DC7B5D Terra Cotta

📋 copy color: '#DC7B5D'

red 220 ◦ green 123 ◦ blue 93

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

Shades of Terra Cotta #DC7B5D

Tints of Terra Cotta #DC7B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 50.46%
G = 28.21%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC7B5D (or 0xDC7B5D) is known color: Terra Cotta. HEX triplet: DC, 7B and 5D. RGB value is (220,123,93). Sum of RGB (Red+Green+Blue) = 220+123+93=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B5D is #2384A2. Grayscale: #949494. Windows color (decimal): -2327715 or 6126556. OLE color: 6126556.

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

Color convert

RGB 220 123 93 -
CMYK 0 0.44 0.58 0.14
HSL 14.17º 0.64% 0.61% -
HSV(B) 14.17º 0.58% 0.86% -
XYZ 38.57 30.17 14.15 -
YUV 148.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 220 123 93 0 0.44 0.58 0.14 14.17 0.64 0.61
Hex DC 7B 5D 0 2C 3A E E 40 3D
Octal 334 173 135 0 54 72 16 16 100 75
Binary 11011100 1111011 1011101 0 101100 111010 1110 1110 1000000 111101

Color Harmonies of #DC7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B5D

Black with #DC7B5D

Text Example


Text Example

White with #DC7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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