Html Css Color HEX #DA6F57 Terra Cotta

📋 copy color: '#DA6F57'

red 218 ◦ green 111 ◦ blue 87

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

Shades of Terra Cotta #DA6F57

Tints of Terra Cotta #DA6F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.91%

R = 52.4%
G = 26.68%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA6F57 (or 0xDA6F57) is known color: Terra Cotta. HEX triplet: DA, 6F and 57. RGB value is (218,111,87). Sum of RGB (Red+Green+Blue) = 218+111+87=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F57 is #2590A8. Grayscale: #8C8C8C. Windows color (decimal): -2461865 or 5730266. OLE color: 5730266.

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

Color convert

RGB 218 111 87 -
CMYK 0 0.49 0.60 0.15
HSL 10.99º 0.64% 0.6% -
HSV(B) 10.99º 0.6% 0.85% -
XYZ 36.32 26.96 12.31 -
YUV 140.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 218 111 87 0 0.49 0.60 0.15 10.99 0.64 0.6
Hex DA 6F 57 0 31 3C F B 40 3C
Octal 332 157 127 0 61 74 17 13 100 74
Binary 11011010 1101111 1010111 0 110001 111100 1111 1011 1000000 111100

Color Harmonies of #DA6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F57

Black with #DA6F57

Text Example


Text Example

White with #DA6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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