Html Css Color HEX #DF7656 Terra Cotta

📋 copy color: '#DF7656'

red 223 ◦ green 118 ◦ blue 86

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

Shades of Terra Cotta #DF7656

Tints of Terra Cotta #DF7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 52.22%
G = 27.63%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF7656 (or 0xDF7656) is known color: Terra Cotta. HEX triplet: DF, 76 and 56. RGB value is (223,118,86). Sum of RGB (Red+Green+Blue) = 223+118+86=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7656 is #2089A9. Grayscale: #919191. Windows color (decimal): -2132394 or 5666527. OLE color: 5666527.

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

Color convert

RGB 223 118 86 -
CMYK 0 0.47 0.61 0.13
HSL 14.01º 0.68% 0.61% -
HSV(B) 14.01º 0.61% 0.87% -
XYZ 38.59 29.32 12.43 -
YUV 145.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 223 118 86 0 0.47 0.61 0.13 14.01 0.68 0.61
Hex DF 76 56 0 2F 3D D E 44 3D
Octal 337 166 126 0 57 75 15 16 104 75
Binary 11011111 1110110 1010110 0 101111 111101 1101 1110 1000100 111101

Color Harmonies of #DF7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7656

Black with #DF7656

Text Example


Text Example

White with #DF7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7656; }

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

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

background-color css

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

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

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

border-color css

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

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

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