Html Css Color HEX #DF7958 Terra Cotta

📋 copy color: '#DF7958'

red 223 ◦ green 121 ◦ blue 88

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

Shades of Terra Cotta #DF7958

Tints of Terra Cotta #DF7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.01%

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

R = 51.62%
G = 28.01%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF7958 (or 0xDF7958) is known color: Terra Cotta. HEX triplet: DF, 79 and 58. RGB value is (223,121,88). Sum of RGB (Red+Green+Blue) = 223+121+88=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7958 is #2086A7. Grayscale: #939393. Windows color (decimal): -2131624 or 5798367. OLE color: 5798367.

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

Color convert

RGB 223 121 88 -
CMYK 0 0.46 0.61 0.13
HSL 14.67º 0.68% 0.61% -
HSV(B) 14.67º 0.61% 0.87% -
XYZ 39.03 30.07 12.98 -
YUV 147.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 223 121 88 0 0.46 0.61 0.13 14.67 0.68 0.61
Hex DF 79 58 0 2E 3D D F 44 3D
Octal 337 171 130 0 56 75 15 17 104 75
Binary 11011111 1111001 1011000 0 101110 111101 1101 1111 1000100 111101

Color Harmonies of #DF7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7958

Black with #DF7958

Text Example


Text Example

White with #DF7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7958; }

 p { color: rgb(223,121,88); }

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

background-color css

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

 a { background-color: rgb(223,121,88); }

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

border-color css

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

 span { border-color: rgb(223,121,88); }

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