Html Css Color HEX #DA7B5D Terra Cotta

📋 copy color: '#DA7B5D'

red 218 ◦ green 123 ◦ blue 93

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

Shades of Terra Cotta #DA7B5D

Tints of Terra Cotta #DA7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.34%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 50.23%
G = 28.34%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA7B5D (or 0xDA7B5D) is known color: Terra Cotta. HEX triplet: DA, 7B and 5D. RGB value is (218,123,93). Sum of RGB (Red+Green+Blue) = 218+123+93=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B5D is #2584A2. Grayscale: #949494. Windows color (decimal): -2458787 or 6126554. OLE color: 6126554.

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

Color convert

RGB 218 123 93 -
CMYK 0 0.44 0.57 0.15
HSL 14.4º 0.63% 0.61% -
HSV(B) 14.4º 0.57% 0.85% -
XYZ 37.97 29.86 14.12 -
YUV 147.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 218 123 93 0 0.44 0.57 0.15 14.4 0.63 0.61
Hex DA 7B 5D 0 2C 39 F E 3F 3D
Octal 332 173 135 0 54 71 17 16 77 75
Binary 11011010 1111011 1011101 0 101100 111001 1111 1110 111111 111101

Color Harmonies of #DA7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B5D

Black with #DA7B5D

Text Example


Text Example

White with #DA7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B5D; }

 p { color: rgb(218,123,93); }

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

background-color css

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

 a { background-color: rgb(218,123,93); }

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

border-color css

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

 span { border-color: rgb(218,123,93); }

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