Html Css Color HEX #DF7764 Terra Cotta

📋 copy color: '#DF7764'

red 223 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #DF7764

Tints of Terra Cotta #DF7764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 50.45%
G = 26.92%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7764 (or 0xDF7764) is known color: Terra Cotta. HEX triplet: DF, 77 and 64. RGB value is (223,119,100). Sum of RGB (Red+Green+Blue) = 223+119+100=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7764 is #20889B. Grayscale: #949494. Windows color (decimal): -2132124 or 6584287. OLE color: 6584287.

HSL color Cylindrical-coordinate representation of color #DF7764: hue angle of 9.27º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7764 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 100 -
CMYK 0 0.47 0.55 0.13
HSL 9.27º 0.66% 0.63% -
HSV(B) 9.27º 0.55% 0.87% -
XYZ 39.33 29.8 15.74 -
YUV 147.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 223 119 100 0 0.47 0.55 0.13 9.27 0.66 0.63
Hex DF 77 64 0 2F 37 D 9 42 3F
Octal 337 167 144 0 57 67 15 11 102 77
Binary 11011111 1110111 1100100 0 101111 110111 1101 1001 1000010 111111

Color Harmonies of #DF7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7764

Black with #DF7764

Text Example


Text Example

White with #DF7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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