Html Css Color HEX #DF7256 Terra Cotta

📋 copy color: '#DF7256'

red 223 ◦ green 114 ◦ blue 86

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

Shades of Terra Cotta #DF7256

Tints of Terra Cotta #DF7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 52.72%
G = 26.95%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF7256 (or 0xDF7256) is known color: Terra Cotta. HEX triplet: DF, 72 and 56. RGB value is (223,114,86). Sum of RGB (Red+Green+Blue) = 223+114+86=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7256 is #208DA9. Grayscale: #8F8F8F. Windows color (decimal): -2133418 or 5665503. OLE color: 5665503.

HSL color Cylindrical-coordinate representation of color #DF7256: hue angle of 12.26º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7256 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 86 -
CMYK 0 0.49 0.61 0.13
HSL 12.26º 0.68% 0.61% -
HSV(B) 12.26º 0.61% 0.87% -
XYZ 38.13 28.39 12.28 -
YUV 143.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 223 114 86 0 0.49 0.61 0.13 12.26 0.68 0.61
Hex DF 72 56 0 31 3D D C 44 3D
Octal 337 162 126 0 61 75 15 14 104 75
Binary 11011111 1110010 1010110 0 110001 111101 1101 1100 1000100 111101

Color Harmonies of #DF7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7256

Black with #DF7256

Text Example


Text Example

White with #DF7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7256; }

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

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

background-color css

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

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

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

border-color css

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

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

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