Html Css Color HEX #DA7269 Terra Cotta

📋 copy color: '#DA7269'

red 218 ◦ green 114 ◦ blue 105

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

Shades of Terra Cotta #DA7269

Tints of Terra Cotta #DA7269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 49.89%
G = 26.09%
B = 24.03%

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

#DA7269 (or 0xDA7269) is known color: Terra Cotta. HEX triplet: DA, 72 and 69. RGB value is (218,114,105). Sum of RGB (Red+Green+Blue) = 218+114+105=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7269 is #258D96. Grayscale: #909090. Windows color (decimal): -2461079 or 6910682. OLE color: 6910682.

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

Color convert

RGB 218 114 105 -
CMYK 0 0.48 0.52 0.15
HSL 4.78º 0.6% 0.63% -
HSV(B) 4.78º 0.52% 0.85% -
XYZ 37.48 27.96 16.79 -
YUV 144.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 218 114 105 0 0.48 0.52 0.15 4.78 0.6 0.63
Hex DA 72 69 0 30 34 F 5 3C 3F
Octal 332 162 151 0 60 64 17 5 74 77
Binary 11011010 1110010 1101001 0 110000 110100 1111 101 111100 111111

Color Harmonies of #DA7269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7269

Black with #DA7269

Text Example


Text Example

White with #DA7269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7269; }

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

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

background-color css

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

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

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

border-color css

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

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

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