Html Css Color HEX #DA6C5B Terra Cotta

📋 copy color: '#DA6C5B'

red 218 ◦ green 108 ◦ blue 91

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

Shades of Terra Cotta #DA6C5B

Tints of Terra Cotta #DA6C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 52.28%
G = 25.9%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA6C5B (or 0xDA6C5B) is known color: Terra Cotta. HEX triplet: DA, 6C and 5B. RGB value is (218,108,91). Sum of RGB (Red+Green+Blue) = 218+108+91=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C5B is #2593A4. Grayscale: #8B8B8B. Windows color (decimal): -2462629 or 5991642. OLE color: 5991642.

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

Color convert

RGB 218 108 91 -
CMYK 0 0.50 0.58 0.15
HSL 8.03º 0.63% 0.61% -
HSV(B) 8.03º 0.58% 0.85% -
XYZ 36.16 26.39 13.08 -
YUV 138.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 218 108 91 0 0.50 0.58 0.15 8.03 0.63 0.61
Hex DA 6C 5B 0 32 3A F 8 3F 3D
Octal 332 154 133 0 62 72 17 10 77 75
Binary 11011010 1101100 1011011 0 110010 111010 1111 1000 111111 111101

Color Harmonies of #DA6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C5B

Black with #DA6C5B

Text Example


Text Example

White with #DA6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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