Html Css Color HEX #DA6F5D Terra Cotta

📋 copy color: '#DA6F5D'

red 218 ◦ green 111 ◦ blue 93

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

Shades of Terra Cotta #DA6F5D

Tints of Terra Cotta #DA6F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 51.66%
G = 26.3%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA6F5D (or 0xDA6F5D) is known color: Terra Cotta. HEX triplet: DA, 6F and 5D. RGB value is (218,111,93). Sum of RGB (Red+Green+Blue) = 218+111+93=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F5D is #2590A2. Grayscale: #8D8D8D. Windows color (decimal): -2461859 or 6123482. OLE color: 6123482.

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

Color convert

RGB 218 111 93 -
CMYK 0 0.49 0.57 0.15
HSL 8.64º 0.63% 0.61% -
HSV(B) 8.64º 0.57% 0.85% -
XYZ 36.57 27.06 13.65 -
YUV 140.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 218 111 93 0 0.49 0.57 0.15 8.64 0.63 0.61
Hex DA 6F 5D 0 31 39 F 9 3F 3D
Octal 332 157 135 0 61 71 17 11 77 75
Binary 11011010 1101111 1011101 0 110001 111001 1111 1001 111111 111101

Color Harmonies of #DA6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F5D

Black with #DA6F5D

Text Example


Text Example

White with #DA6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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