Html Css Color HEX #DA7B58 Terra Cotta

📋 copy color: '#DA7B58'

red 218 ◦ green 123 ◦ blue 88

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

Shades of Terra Cotta #DA7B58

Tints of Terra Cotta #DA7B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 50.82%
G = 28.67%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7B58 (or 0xDA7B58) is known color: Terra Cotta. HEX triplet: DA, 7B and 58. RGB value is (218,123,88). Sum of RGB (Red+Green+Blue) = 218+123+88=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B58 is #2584A7. Grayscale: #939393. Windows color (decimal): -2458792 or 5798874. OLE color: 5798874.

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

Color convert

RGB 218 123 88 -
CMYK 0 0.44 0.60 0.15
HSL 16.15º 0.64% 0.6% -
HSV(B) 16.15º 0.6% 0.85% -
XYZ 37.76 29.78 12.99 -
YUV 147.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 218 123 88 0 0.44 0.60 0.15 16.15 0.64 0.6
Hex DA 7B 58 0 2C 3C F 10 40 3C
Octal 332 173 130 0 54 74 17 20 100 74
Binary 11011010 1111011 1011000 0 101100 111100 1111 10000 1000000 111100

Color Harmonies of #DA7B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B58

Black with #DA7B58

Text Example


Text Example

White with #DA7B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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