Html Css Color HEX #DF7565 Terra Cotta

📋 copy color: '#DF7565'

red 223 ◦ green 117 ◦ blue 101

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

Shades of Terra Cotta #DF7565

Tints of Terra Cotta #DF7565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 50.57%
G = 26.53%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7565 (or 0xDF7565) is known color: Terra Cotta. HEX triplet: DF, 75 and 65. RGB value is (223,117,101). Sum of RGB (Red+Green+Blue) = 223+117+101=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7565 is #208A9A. Grayscale: #939393. Windows color (decimal): -2132635 or 6649311. OLE color: 6649311.

HSL color Cylindrical-coordinate representation of color #DF7565: hue angle of 7.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7565 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 101 -
CMYK 0 0.48 0.55 0.13
HSL 7.87º 0.66% 0.64% -
HSV(B) 7.87º 0.55% 0.87% -
XYZ 39.14 29.35 15.91 -
YUV 146.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 223 117 101 0 0.48 0.55 0.13 7.87 0.66 0.64
Hex DF 75 65 0 30 37 D 8 42 40
Octal 337 165 145 0 60 67 15 10 102 100
Binary 11011111 1110101 1100101 0 110000 110111 1101 1000 1000010 1000000

Color Harmonies of #DF7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7565

Black with #DF7565

Text Example


Text Example

White with #DF7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7565; }

 p { color: rgb(223,117,101); }

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

background-color css

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

 a { background-color: rgb(223,117,101); }

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

border-color css

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

 span { border-color: rgb(223,117,101); }

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