Html Css Color HEX #DA7753 Terra Cotta

📋 copy color: '#DA7753'

red 218 ◦ green 119 ◦ blue 83

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

Shades of Terra Cotta #DA7753

Tints of Terra Cotta #DA7753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 51.9%
G = 28.33%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7753 (or 0xDA7753) is known color: Terra Cotta. HEX triplet: DA, 77 and 53. RGB value is (218,119,83). Sum of RGB (Red+Green+Blue) = 218+119+83=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7753 is #2588AC. Grayscale: #909090. Windows color (decimal): -2459821 or 5470170. OLE color: 5470170.

HSL color Cylindrical-coordinate representation of color #DA7753: hue angle of 16º 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 #DA7753 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 83 -
CMYK 0 0.45 0.62 0.15
HSL 16º 0.65% 0.59% -
HSV(B) 16º 0.62% 0.85% -
XYZ 37.07 28.72 11.77 -
YUV 144.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 218 119 83 0 0.45 0.62 0.15 16 0.65 0.59
Hex DA 77 53 0 2D 3E F 10 41 3B
Octal 332 167 123 0 55 76 17 20 101 73
Binary 11011010 1110111 1010011 0 101101 111110 1111 10000 1000001 111011

Color Harmonies of #DA7753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7753

Black with #DA7753

Text Example


Text Example

White with #DA7753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7753; }

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

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

background-color css

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

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

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

border-color css

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

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

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