Html Css Color HEX #DF7154 Terra Cotta

📋 copy color: '#DF7154'

red 223 ◦ green 113 ◦ blue 84

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

Shades of Terra Cotta #DF7154

Tints of Terra Cotta #DF7154

RGB

 RED value IS 223 (87.5% from 255) = 53.1%

 GREEN value IS 113 (44.53% from 255) = 26.9%

 BLUE value IS 84 (33.2% from 255) = 20%

R = 53.1%
G = 26.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF7154 (or 0xDF7154) is known color: Terra Cotta. HEX triplet: DF, 71 and 54. RGB value is (223,113,84). Sum of RGB (Red+Green+Blue) = 223+113+84=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7154 is #208EAB. Grayscale: #8E8E8E. Windows color (decimal): -2133676 or 5534175. OLE color: 5534175.

HSL color Cylindrical-coordinate representation of color #DF7154: hue angle of 12.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF7154 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 84 -
CMYK 0 0.49 0.62 0.13
HSL 12.52º 0.68% 0.6% -
HSV(B) 12.52º 0.62% 0.87% -
XYZ 37.94 28.14 11.82 -
YUV 142.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 223 113 84 0 0.49 0.62 0.13 12.52 0.68 0.6
Hex DF 71 54 0 31 3E D D 44 3C
Octal 337 161 124 0 61 76 15 15 104 74
Binary 11011111 1110001 1010100 0 110001 111110 1101 1101 1000100 111100

Color Harmonies of #DF7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7154

Black with #DF7154

Text Example


Text Example

White with #DF7154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7154; }

 p { color: rgb(223,113,84); }

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

background-color css

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

 a { background-color: rgb(223,113,84); }

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

border-color css

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

 span { border-color: rgb(223,113,84); }

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