Html Css Color HEX #DA6F55 Terra Cotta

📋 copy color: '#DA6F55'

red 218 ◦ green 111 ◦ blue 85

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

Shades of Terra Cotta #DA6F55

Tints of Terra Cotta #DA6F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 52.66%
G = 26.81%
B = 20.53%

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

#DA6F55 (or 0xDA6F55) is known color: Terra Cotta. HEX triplet: DA, 6F and 55. RGB value is (218,111,85). Sum of RGB (Red+Green+Blue) = 218+111+85=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F55 is #2590AA. Grayscale: #8C8C8C. Windows color (decimal): -2461867 or 5599194. OLE color: 5599194.

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

Color convert

RGB 218 111 85 -
CMYK 0 0.49 0.61 0.15
HSL 11.73º 0.64% 0.59% -
HSV(B) 11.73º 0.61% 0.85% -
XYZ 36.24 26.93 11.88 -
YUV 140.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 218 111 85 0 0.49 0.61 0.15 11.73 0.64 0.59
Hex DA 6F 55 0 31 3D F C 40 3B
Octal 332 157 125 0 61 75 17 14 100 73
Binary 11011010 1101111 1010101 0 110001 111101 1111 1100 1000000 111011

Color Harmonies of #DA6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F55

Black with #DA6F55

Text Example


Text Example

White with #DA6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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