Html Css Color HEX #DF7A56 Terra Cotta

📋 copy color: '#DF7A56'

red 223 ◦ green 122 ◦ blue 86

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

Shades of Terra Cotta #DF7A56

Tints of Terra Cotta #DF7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

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

R = 51.74%
G = 28.31%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF7A56 (or 0xDF7A56) is known color: Terra Cotta. HEX triplet: DF, 7A and 56. RGB value is (223,122,86). Sum of RGB (Red+Green+Blue) = 223+122+86=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A56 is #2085A9. Grayscale: #949494. Windows color (decimal): -2131370 or 5667551. OLE color: 5667551.

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

Color convert

RGB 223 122 86 -
CMYK 0 0.45 0.61 0.13
HSL 15.77º 0.68% 0.61% -
HSV(B) 15.77º 0.61% 0.87% -
XYZ 39.07 30.28 12.59 -
YUV 148.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 223 122 86 0 0.45 0.61 0.13 15.77 0.68 0.61
Hex DF 7A 56 0 2D 3D D 10 44 3D
Octal 337 172 126 0 55 75 15 20 104 75
Binary 11011111 1111010 1010110 0 101101 111101 1101 10000 1000100 111101

Color Harmonies of #DF7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A56

Black with #DF7A56

Text Example


Text Example

White with #DF7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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