Html Css Color HEX #DA6D53 Terra Cotta

📋 copy color: '#DA6D53'

red 218 ◦ green 109 ◦ blue 83

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

Shades of Terra Cotta #DA6D53

Tints of Terra Cotta #DA6D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 53.17%
G = 26.59%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6D53 (or 0xDA6D53) is known color: Terra Cotta. HEX triplet: DA, 6D and 53. RGB value is (218,109,83). Sum of RGB (Red+Green+Blue) = 218+109+83=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D53 is #2592AC. Grayscale: #8A8A8A. Windows color (decimal): -2462381 or 5467610. OLE color: 5467610.

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

Color convert

RGB 218 109 83 -
CMYK 0 0.5 0.62 0.15
HSL 11.56º 0.65% 0.59% -
HSV(B) 11.56º 0.62% 0.85% -
XYZ 35.94 26.47 11.4 -
YUV 138.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 218 109 83 0 0.5 0.62 0.15 11.56 0.65 0.59
Hex DA 6D 53 0 32 3E F C 41 3B
Octal 332 155 123 0 62 76 17 14 101 73
Binary 11011010 1101101 1010011 0 110010 111110 1111 1100 1000001 111011

Color Harmonies of #DA6D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D53

Black with #DA6D53

Text Example


Text Example

White with #DA6D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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