Html Css Color HEX #DF775E Terra Cotta

📋 copy color: '#DF775E'

red 223 ◦ green 119 ◦ blue 94

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

Shades of Terra Cotta #DF775E

Tints of Terra Cotta #DF775E

RGB

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

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

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

R = 51.15%
G = 27.29%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF775E (or 0xDF775E) is known color: Terra Cotta. HEX triplet: DF, 77 and 5E. RGB value is (223,119,94). Sum of RGB (Red+Green+Blue) = 223+119+94=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF775E is #2088A1. Grayscale: #939393. Windows color (decimal): -2132130 or 6191071. OLE color: 6191071.

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

Color convert

RGB 223 119 94 -
CMYK 0 0.47 0.58 0.13
HSL 11.63º 0.67% 0.62% -
HSV(B) 11.63º 0.58% 0.87% -
XYZ 39.05 29.69 14.26 -
YUV 147.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 223 119 94 0 0.47 0.58 0.13 11.63 0.67 0.62
Hex DF 77 5E 0 2F 3A D C 43 3E
Octal 337 167 136 0 57 72 15 14 103 76
Binary 11011111 1110111 1011110 0 101111 111010 1101 1100 1000011 111110

Color Harmonies of #DF775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF775E

Black with #DF775E

Text Example


Text Example

White with #DF775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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