Html Css Color HEX #DA6F50 Terra Cotta

📋 copy color: '#DA6F50'

red 218 ◦ green 111 ◦ blue 80

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

Shades of Terra Cotta #DA6F50

Tints of Terra Cotta #DA6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 53.3%
G = 27.14%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA6F50 (or 0xDA6F50) is known color: Terra Cotta. HEX triplet: DA, 6F and 50. RGB value is (218,111,80). Sum of RGB (Red+Green+Blue) = 218+111+80=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F50 is #2590AF. Grayscale: #8B8B8B. Windows color (decimal): -2461872 or 5271514. OLE color: 5271514.

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

Color convert

RGB 218 111 80 -
CMYK 0 0.49 0.63 0.15
HSL 13.48º 0.65% 0.58% -
HSV(B) 13.48º 0.63% 0.85% -
XYZ 36.05 26.85 10.87 -
YUV 139.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 218 111 80 0 0.49 0.63 0.15 13.48 0.65 0.58
Hex DA 6F 50 0 31 3F F D 41 3A
Octal 332 157 120 0 61 77 17 15 101 72
Binary 11011010 1101111 1010000 0 110001 111111 1111 1101 1000001 111010

Color Harmonies of #DA6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F50

Black with #DA6F50

Text Example


Text Example

White with #DA6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F50; }

 p { color: rgb(218,111,80); }

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

background-color css

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

 a { background-color: rgb(218,111,80); }

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

border-color css

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

 span { border-color: rgb(218,111,80); }

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