Html Css Color HEX #DF795E Terra Cotta

📋 copy color: '#DF795E'

red 223 ◦ green 121 ◦ blue 94

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

Shades of Terra Cotta #DF795E

Tints of Terra Cotta #DF795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 50.91%
G = 27.63%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF795E (or 0xDF795E) is known color: Terra Cotta. HEX triplet: DF, 79 and 5E. RGB value is (223,121,94). Sum of RGB (Red+Green+Blue) = 223+121+94=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF795E is #2086A1. Grayscale: #949494. Windows color (decimal): -2131618 or 6191583. OLE color: 6191583.

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

Color convert

RGB 223 121 94 -
CMYK 0 0.46 0.58 0.13
HSL 12.56º 0.67% 0.62% -
HSV(B) 12.56º 0.58% 0.87% -
XYZ 39.29 30.17 14.34 -
YUV 148.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 223 121 94 0 0.46 0.58 0.13 12.56 0.67 0.62
Hex DF 79 5E 0 2E 3A D D 43 3E
Octal 337 171 136 0 56 72 15 15 103 76
Binary 11011111 1111001 1011110 0 101110 111010 1101 1101 1000011 111110

Color Harmonies of #DF795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF795E

Black with #DF795E

Text Example


Text Example

White with #DF795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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