Html Css Color HEX #DA7268 Terra Cotta

📋 copy color: '#DA7268'

red 218 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #DA7268

Tints of Terra Cotta #DA7268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.85%

R = 50%
G = 26.15%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7268 (or 0xDA7268) is known color: Terra Cotta. HEX triplet: DA, 72 and 68. RGB value is (218,114,104). Sum of RGB (Red+Green+Blue) = 218+114+104=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7268 is #258D97. Grayscale: #909090. Windows color (decimal): -2461080 or 6845146. OLE color: 6845146.

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

Color convert

RGB 218 114 104 -
CMYK 0 0.48 0.52 0.15
HSL 5.26º 0.61% 0.63% -
HSV(B) 5.26º 0.52% 0.85% -
XYZ 37.43 27.94 16.52 -
YUV 143.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 218 114 104 0 0.48 0.52 0.15 5.26 0.61 0.63
Hex DA 72 68 0 30 34 F 5 3D 3F
Octal 332 162 150 0 60 64 17 5 75 77
Binary 11011010 1110010 1101000 0 110000 110100 1111 101 111101 111111

Color Harmonies of #DA7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7268

Black with #DA7268

Text Example


Text Example

White with #DA7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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