Html Css Color HEX #DF785F Terra Cotta

📋 copy color: '#DF785F'

red 223 ◦ green 120 ◦ blue 95

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

Shades of Terra Cotta #DF785F

Tints of Terra Cotta #DF785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 50.91%
G = 27.4%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF785F (or 0xDF785F) is known color: Terra Cotta. HEX triplet: DF, 78 and 5F. RGB value is (223,120,95). Sum of RGB (Red+Green+Blue) = 223+120+95=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF785F is #2087A0. Grayscale: #949494. Windows color (decimal): -2131873 or 6256863. OLE color: 6256863.

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

Color convert

RGB 223 120 95 -
CMYK 0 0.46 0.57 0.13
HSL 11.72º 0.67% 0.62% -
HSV(B) 11.72º 0.57% 0.87% -
XYZ 39.21 29.95 14.54 -
YUV 147.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 223 120 95 0 0.46 0.57 0.13 11.72 0.67 0.62
Hex DF 78 5F 0 2E 39 D C 43 3E
Octal 337 170 137 0 56 71 15 14 103 76
Binary 11011111 1111000 1011111 0 101110 111001 1101 1100 1000011 111110

Color Harmonies of #DF785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF785F

Black with #DF785F

Text Example


Text Example

White with #DF785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF785F; }

 p { color: rgb(223,120,95); }

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

background-color css

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

 a { background-color: rgb(223,120,95); }

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

border-color css

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

 span { border-color: rgb(223,120,95); }

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