Html Css Color HEX #DF775F Terra Cotta

📋 copy color: '#DF775F'

red 223 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #DF775F

Tints of Terra Cotta #DF775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

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

R = 51.03%
G = 27.23%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF775F (or 0xDF775F) is known color: Terra Cotta. HEX triplet: DF, 77 and 5F. RGB value is (223,119,95). Sum of RGB (Red+Green+Blue) = 223+119+95=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF775F is #2088A0. Grayscale: #939393. Windows color (decimal): -2132129 or 6256607. OLE color: 6256607.

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

Color convert

RGB 223 119 95 -
CMYK 0 0.47 0.57 0.13
HSL 11.25º 0.67% 0.62% -
HSV(B) 11.25º 0.57% 0.87% -
XYZ 39.09 29.71 14.5 -
YUV 147.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 223 119 95 0 0.47 0.57 0.13 11.25 0.67 0.62
Hex DF 77 5F 0 2F 39 D B 43 3E
Octal 337 167 137 0 57 71 15 13 103 76
Binary 11011111 1110111 1011111 0 101111 111001 1101 1011 1000011 111110

Color Harmonies of #DF775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF775F

Black with #DF775F

Text Example


Text Example

White with #DF775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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