Html Css Color HEX #DC7B59 Terra Cotta

📋 copy color: '#DC7B59'

red 220 ◦ green 123 ◦ blue 89

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

Shades of Terra Cotta #DC7B59

Tints of Terra Cotta #DC7B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 50.93%
G = 28.47%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7B59 (or 0xDC7B59) is known color: Terra Cotta. HEX triplet: DC, 7B and 59. RGB value is (220,123,89). Sum of RGB (Red+Green+Blue) = 220+123+89=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B59 is #2384A6. Grayscale: #949494. Windows color (decimal): -2327719 or 5864412. OLE color: 5864412.

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

Color convert

RGB 220 123 89 -
CMYK 0 0.44 0.60 0.14
HSL 15.57º 0.65% 0.61% -
HSV(B) 15.57º 0.6% 0.86% -
XYZ 38.4 30.1 13.24 -
YUV 148.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 220 123 89 0 0.44 0.60 0.14 15.57 0.65 0.61
Hex DC 7B 59 0 2C 3C E 10 41 3D
Octal 334 173 131 0 54 74 16 20 101 75
Binary 11011100 1111011 1011001 0 101100 111100 1110 10000 1000001 111101

Color Harmonies of #DC7B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B59

Black with #DC7B59

Text Example


Text Example

White with #DC7B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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