Html Css Color HEX #DA7553 Terra Cotta

📋 copy color: '#DA7553'

red 218 ◦ green 117 ◦ blue 83

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

Shades of Terra Cotta #DA7553

Tints of Terra Cotta #DA7553

RGB

 RED value IS 218 (85.55% from 255) = 52.15%

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 52.15%
G = 27.99%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7553 (or 0xDA7553) is known color: Terra Cotta. HEX triplet: DA, 75 and 53. RGB value is (218,117,83). Sum of RGB (Red+Green+Blue) = 218+117+83=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7553 is #258AAC. Grayscale: #8F8F8F. Windows color (decimal): -2460333 or 5469658. OLE color: 5469658.

HSL color Cylindrical-coordinate representation of color #DA7553: hue angle of 15.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7553 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 83 -
CMYK 0 0.46 0.62 0.15
HSL 15.11º 0.65% 0.59% -
HSV(B) 15.11º 0.62% 0.85% -
XYZ 36.84 28.25 11.7 -
YUV 143.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 218 117 83 0 0.46 0.62 0.15 15.11 0.65 0.59
Hex DA 75 53 0 2E 3E F F 41 3B
Octal 332 165 123 0 56 76 17 17 101 73
Binary 11011010 1110101 1010011 0 101110 111110 1111 1111 1000001 111011

Color Harmonies of #DA7553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7553

Black with #DA7553

Text Example


Text Example

White with #DA7553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7553; }

 p { color: rgb(218,117,83); }

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

background-color css

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

 a { background-color: rgb(218,117,83); }

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

border-color css

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

 span { border-color: rgb(218,117,83); }

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