Html Css Color HEX #DA6D52 Terra Cotta

📋 copy color: '#DA6D52'

red 218 ◦ green 109 ◦ blue 82

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

Shades of Terra Cotta #DA6D52

Tints of Terra Cotta #DA6D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.05%

R = 53.3%
G = 26.65%
B = 20.05%

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

#DA6D52 (or 0xDA6D52) is known color: Terra Cotta. HEX triplet: DA, 6D and 52. RGB value is (218,109,82). Sum of RGB (Red+Green+Blue) = 218+109+82=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D52 is #2592AD. Grayscale: #8A8A8A. Windows color (decimal): -2462382 or 5402074. OLE color: 5402074.

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

Color convert

RGB 218 109 82 -
CMYK 0 0.5 0.62 0.15
HSL 11.91º 0.65% 0.59% -
HSV(B) 11.91º 0.62% 0.85% -
XYZ 35.91 26.45 11.2 -
YUV 138.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 218 109 82 0 0.5 0.62 0.15 11.91 0.65 0.59
Hex DA 6D 52 0 32 3E F C 41 3B
Octal 332 155 122 0 62 76 17 14 101 73
Binary 11011010 1101101 1010010 0 110010 111110 1111 1100 1000001 111011

Color Harmonies of #DA6D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D52

Black with #DA6D52

Text Example


Text Example

White with #DA6D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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