Html Css Color HEX #D57369 Terra Cotta

📋 copy color: '#D57369'

red 213 ◦ green 115 ◦ blue 105

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

Shades of Terra Cotta #D57369

Tints of Terra Cotta #D57369

RGB

 RED value IS 213 (83.59% from 255) = 49.19%

 GREEN value IS 115 (45.31% from 255) = 26.56%

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 49.19%
G = 26.56%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D57369 (or 0xD57369) is known color: Terra Cotta. HEX triplet: D5, 73 and 69. RGB value is (213,115,105). Sum of RGB (Red+Green+Blue) = 213+115+105=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D57369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57369 is #2A8C96. Grayscale: #8F8F8F. Windows color (decimal): -2788503 or 6910933. OLE color: 6910933.

HSL color Cylindrical-coordinate representation of color #D57369: hue angle of 5.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57369 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 105 -
CMYK 0 0.46 0.51 0.16
HSL 5.56º 0.56% 0.62% -
HSV(B) 5.56º 0.51% 0.84% -
XYZ 36.12 27.43 16.75 -
YUV 143.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 213 115 105 0 0.46 0.51 0.16 5.56 0.56 0.62
Hex D5 73 69 0 2E 33 10 6 38 3E
Octal 325 163 151 0 56 63 20 6 70 76
Binary 11010101 1110011 1101001 0 101110 110011 10000 110 111000 111110

Color Harmonies of #D57369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57369

Black with #D57369

Text Example


Text Example

White with #D57369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57369; }

 p { color: rgb(213,115,105); }

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

background-color css

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

 a { background-color: rgb(213,115,105); }

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

border-color css

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

 span { border-color: rgb(213,115,105); }

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