Html Css Color HEX #DA7251 Terra Cotta

📋 copy color: '#DA7251'

red 218 ◦ green 114 ◦ blue 81

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

Shades of Terra Cotta #DA7251

Tints of Terra Cotta #DA7251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

 BLUE value IS 81 (32.03% from 255) = 19.61%

R = 52.78%
G = 27.6%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7251 (or 0xDA7251) is known color: Terra Cotta. HEX triplet: DA, 72 and 51. RGB value is (218,114,81). Sum of RGB (Red+Green+Blue) = 218+114+81=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7251 is #258DAE. Grayscale: #8D8D8D. Windows color (decimal): -2461103 or 5337818. OLE color: 5337818.

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

Color convert

RGB 218 114 81 -
CMYK 0 0.48 0.63 0.15
HSL 14.45º 0.65% 0.59% -
HSV(B) 14.45º 0.63% 0.85% -
XYZ 36.42 27.53 11.18 -
YUV 141.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 218 114 81 0 0.48 0.63 0.15 14.45 0.65 0.59
Hex DA 72 51 0 30 3F F E 41 3B
Octal 332 162 121 0 60 77 17 16 101 73
Binary 11011010 1110010 1010001 0 110000 111111 1111 1110 1000001 111011

Color Harmonies of #DA7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7251

Black with #DA7251

Text Example


Text Example

White with #DA7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7251; }

 p { color: rgb(218,114,81); }

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

background-color css

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

 a { background-color: rgb(218,114,81); }

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

border-color css

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

 span { border-color: rgb(218,114,81); }

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