Html Css Color HEX #DF7C5A Terra Cotta

📋 copy color: '#DF7C5A'

red 223 ◦ green 124 ◦ blue 90

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

Shades of Terra Cotta #DF7C5A

Tints of Terra Cotta #DF7C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.38%

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 51.03%
G = 28.38%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF7C5A (or 0xDF7C5A) is known color: Terra Cotta. HEX triplet: DF, 7C and 5A. RGB value is (223,124,90). Sum of RGB (Red+Green+Blue) = 223+124+90=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C5A is #2083A5. Grayscale: #959595. Windows color (decimal): -2130854 or 5930207. OLE color: 5930207.

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

Color convert

RGB 223 124 90 -
CMYK 0 0.44 0.60 0.13
HSL 15.34º 0.68% 0.61% -
HSV(B) 15.34º 0.6% 0.87% -
XYZ 39.48 30.84 13.54 -
YUV 149.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 223 124 90 0 0.44 0.60 0.13 15.34 0.68 0.61
Hex DF 7C 5A 0 2C 3C D F 44 3D
Octal 337 174 132 0 54 74 15 17 104 75
Binary 11011111 1111100 1011010 0 101100 111100 1101 1111 1000100 111101

Color Harmonies of #DF7C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C5A

Black with #DF7C5A

Text Example


Text Example

White with #DF7C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C5A; }

 p { color: rgb(223,124,90); }

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

background-color css

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

 a { background-color: rgb(223,124,90); }

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

border-color css

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

 span { border-color: rgb(223,124,90); }

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