Html Css Color HEX #DA715B Terra Cotta

📋 copy color: '#DA715B'

red 218 ◦ green 113 ◦ blue 91

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

Shades of Terra Cotta #DA715B

Tints of Terra Cotta #DA715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

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

R = 51.66%
G = 26.78%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA715B (or 0xDA715B) is known color: Terra Cotta. HEX triplet: DA, 71 and 5B. RGB value is (218,113,91). Sum of RGB (Red+Green+Blue) = 218+113+91=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA715B is #258EA4. Grayscale: #8E8E8E. Windows color (decimal): -2461349 or 5992922. OLE color: 5992922.

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

Color convert

RGB 218 113 91 -
CMYK 0 0.48 0.58 0.15
HSL 10.39º 0.63% 0.61% -
HSV(B) 10.39º 0.58% 0.85% -
XYZ 36.71 27.47 13.27 -
YUV 141.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 218 113 91 0 0.48 0.58 0.15 10.39 0.63 0.61
Hex DA 71 5B 0 30 3A F A 3F 3D
Octal 332 161 133 0 60 72 17 12 77 75
Binary 11011010 1110001 1011011 0 110000 111010 1111 1010 111111 111101

Color Harmonies of #DA715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA715B

Black with #DA715B

Text Example


Text Example

White with #DA715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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