Html Css Color HEX #DF715A Terra Cotta

📋 copy color: '#DF715A'

red 223 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #DF715A

Tints of Terra Cotta #DF715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 52.35%
G = 26.53%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF715A (or 0xDF715A) is known color: Terra Cotta. HEX triplet: DF, 71 and 5A. RGB value is (223,113,90). Sum of RGB (Red+Green+Blue) = 223+113+90=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715A is #208EA5. Grayscale: #8F8F8F. Windows color (decimal): -2133670 or 5927391. OLE color: 5927391.

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

Color convert

RGB 223 113 90 -
CMYK 0 0.49 0.60 0.13
HSL 10.38º 0.68% 0.61% -
HSV(B) 10.38º 0.6% 0.87% -
XYZ 38.18 28.24 13.11 -
YUV 143.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 223 113 90 0 0.49 0.60 0.13 10.38 0.68 0.61
Hex DF 71 5A 0 31 3C D A 44 3D
Octal 337 161 132 0 61 74 15 12 104 75
Binary 11011111 1110001 1011010 0 110001 111100 1101 1010 1000100 111101

Color Harmonies of #DF715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF715A

Black with #DF715A

Text Example


Text Example

White with #DF715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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