Html Css Color HEX #DF725D Terra Cotta

📋 copy color: '#DF725D'

red 223 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #DF725D

Tints of Terra Cotta #DF725D

RGB

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

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

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

R = 51.86%
G = 26.51%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF725D (or 0xDF725D) is known color: Terra Cotta. HEX triplet: DF, 72 and 5D. RGB value is (223,114,93). Sum of RGB (Red+Green+Blue) = 223+114+93=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF725D is #208DA2. Grayscale: #909090. Windows color (decimal): -2133411 or 6124255. OLE color: 6124255.

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

Color convert

RGB 223 114 93 -
CMYK 0 0.49 0.58 0.13
HSL 9.69º 0.67% 0.62% -
HSV(B) 9.69º 0.58% 0.87% -
XYZ 38.42 28.51 13.83 -
YUV 144.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 223 114 93 0 0.49 0.58 0.13 9.69 0.67 0.62
Hex DF 72 5D 0 31 3A D A 43 3E
Octal 337 162 135 0 61 72 15 12 103 76
Binary 11011111 1110010 1011101 0 110001 111010 1101 1010 1000011 111110

Color Harmonies of #DF725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF725D

Black with #DF725D

Text Example


Text Example

White with #DF725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF725D; }

 p { color: rgb(223,114,93); }

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

background-color css

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

 a { background-color: rgb(223,114,93); }

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

border-color css

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

 span { border-color: rgb(223,114,93); }

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