Html Css Color HEX #DF7264 Terra Cotta

📋 copy color: '#DF7264'

red 223 ◦ green 114 ◦ blue 100

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

Shades of Terra Cotta #DF7264

Tints of Terra Cotta #DF7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 51.03%
G = 26.09%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7264 (or 0xDF7264) is known color: Terra Cotta. HEX triplet: DF, 72 and 64. RGB value is (223,114,100). Sum of RGB (Red+Green+Blue) = 223+114+100=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7264 is #208D9B. Grayscale: #919191. Windows color (decimal): -2133404 or 6583007. OLE color: 6583007.

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

Color convert

RGB 223 114 100 -
CMYK 0 0.49 0.55 0.13
HSL 6.83º 0.66% 0.63% -
HSV(B) 6.83º 0.55% 0.87% -
XYZ 38.75 28.64 15.54 -
YUV 145 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 223 114 100 0 0.49 0.55 0.13 6.83 0.66 0.63
Hex DF 72 64 0 31 37 D 7 42 3F
Octal 337 162 144 0 61 67 15 7 102 77
Binary 11011111 1110010 1100100 0 110001 110111 1101 111 1000010 111111

Color Harmonies of #DF7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7264

Black with #DF7264

Text Example


Text Example

White with #DF7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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