Html Css Color HEX #DA6C5A Terra Cotta

📋 copy color: '#DA6C5A'

red 218 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #DA6C5A

Tints of Terra Cotta #DA6C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

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

R = 52.4%
G = 25.96%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA6C5A (or 0xDA6C5A) is known color: Terra Cotta. HEX triplet: DA, 6C and 5A. RGB value is (218,108,90). Sum of RGB (Red+Green+Blue) = 218+108+90=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C5A is #2593A5. Grayscale: #8B8B8B. Windows color (decimal): -2462630 or 5926106. OLE color: 5926106.

HSL color Cylindrical-coordinate representation of color #DA6C5A: hue angle of 8.44º 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 #DA6C5A is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 108 90 -
CMYK 0 0.50 0.59 0.15
HSL 8.44º 0.63% 0.6% -
HSV(B) 8.44º 0.59% 0.85% -
XYZ 36.12 26.37 12.86 -
YUV 138.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 218 108 90 0 0.50 0.59 0.15 8.44 0.63 0.6
Hex DA 6C 5A 0 32 3B F 8 3F 3C
Octal 332 154 132 0 62 73 17 10 77 74
Binary 11011010 1101100 1011010 0 110010 111011 1111 1000 111111 111100

Color Harmonies of #DA6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C5A

Black with #DA6C5A

Text Example


Text Example

White with #DA6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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