Html Css Color HEX #DA6F56 Terra Cotta

📋 copy color: '#DA6F56'

red 218 ◦ green 111 ◦ blue 86

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

Shades of Terra Cotta #DA6F56

Tints of Terra Cotta #DA6F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 52.53%
G = 26.75%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6F56 (or 0xDA6F56) is known color: Terra Cotta. HEX triplet: DA, 6F and 56. RGB value is (218,111,86). Sum of RGB (Red+Green+Blue) = 218+111+86=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F56 is #2590A9. Grayscale: #8C8C8C. Windows color (decimal): -2461866 or 5664730. OLE color: 5664730.

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

Color convert

RGB 218 111 86 -
CMYK 0 0.49 0.61 0.15
HSL 11.36º 0.64% 0.6% -
HSV(B) 11.36º 0.61% 0.85% -
XYZ 36.28 26.95 12.09 -
YUV 140.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 218 111 86 0 0.49 0.61 0.15 11.36 0.64 0.6
Hex DA 6F 56 0 31 3D F B 40 3C
Octal 332 157 126 0 61 75 17 13 100 74
Binary 11011010 1101111 1010110 0 110001 111101 1111 1011 1000000 111100

Color Harmonies of #DA6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F56

Black with #DA6F56

Text Example


Text Example

White with #DA6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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