Html Css Color HEX #DF6E54 Terra Cotta

📋 copy color: '#DF6E54'

red 223 ◦ green 110 ◦ blue 84

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

Shades of Terra Cotta #DF6E54

Tints of Terra Cotta #DF6E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

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

R = 53.48%
G = 26.38%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF6E54 (or 0xDF6E54) is known color: Terra Cotta. HEX triplet: DF, 6E and 54. RGB value is (223,110,84). Sum of RGB (Red+Green+Blue) = 223+110+84=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E54 is #2091AB. Grayscale: #8D8D8D. Windows color (decimal): -2134444 or 5533407. OLE color: 5533407.

HSL color Cylindrical-coordinate representation of color #DF6E54: hue angle of 11.22º 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 #DF6E54 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 84 -
CMYK 0 0.51 0.62 0.13
HSL 11.22º 0.68% 0.6% -
HSV(B) 11.22º 0.62% 0.87% -
XYZ 37.61 27.48 11.71 -
YUV 140.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 223 110 84 0 0.51 0.62 0.13 11.22 0.68 0.6
Hex DF 6E 54 0 33 3E D B 44 3C
Octal 337 156 124 0 63 76 15 13 104 74
Binary 11011111 1101110 1010100 0 110011 111110 1101 1011 1000100 111100

Color Harmonies of #DF6E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E54

Black with #DF6E54

Text Example


Text Example

White with #DF6E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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