Html Css Color HEX #DA6F5A Terra Cotta

📋 copy color: '#DA6F5A'

red 218 ◦ green 111 ◦ blue 90

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

Shades of Terra Cotta #DA6F5A

Tints of Terra Cotta #DA6F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 52.03%
G = 26.49%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA6F5A (or 0xDA6F5A) is known color: Terra Cotta. HEX triplet: DA, 6F and 5A. RGB value is (218,111,90). Sum of RGB (Red+Green+Blue) = 218+111+90=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F5A is #2590A5. Grayscale: #8C8C8C. Windows color (decimal): -2461862 or 5926874. OLE color: 5926874.

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

Color convert

RGB 218 111 90 -
CMYK 0 0.49 0.59 0.15
HSL 9.84º 0.63% 0.6% -
HSV(B) 9.84º 0.59% 0.85% -
XYZ 36.44 27.01 12.97 -
YUV 140.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 218 111 90 0 0.49 0.59 0.15 9.84 0.63 0.6
Hex DA 6F 5A 0 31 3B F A 3F 3C
Octal 332 157 132 0 61 73 17 12 77 74
Binary 11011010 1101111 1011010 0 110001 111011 1111 1010 111111 111100

Color Harmonies of #DA6F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F5A

Black with #DA6F5A

Text Example


Text Example

White with #DA6F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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