Html Css Color HEX #DF7865 Terra Cotta

📋 copy color: '#DF7865'

red 223 ◦ green 120 ◦ blue 101

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

Shades of Terra Cotta #DF7865

Tints of Terra Cotta #DF7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

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

R = 50.23%
G = 27.03%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7865 (or 0xDF7865) is known color: Terra Cotta. HEX triplet: DF, 78 and 65. RGB value is (223,120,101). Sum of RGB (Red+Green+Blue) = 223+120+101=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7865 is #20879A. Grayscale: #949494. Windows color (decimal): -2131867 or 6650079. OLE color: 6650079.

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

Color convert

RGB 223 120 101 -
CMYK 0 0.46 0.55 0.13
HSL 9.34º 0.66% 0.64% -
HSV(B) 9.34º 0.55% 0.87% -
XYZ 39.5 30.06 16.03 -
YUV 148.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 223 120 101 0 0.46 0.55 0.13 9.34 0.66 0.64
Hex DF 78 65 0 2E 37 D 9 42 40
Octal 337 170 145 0 56 67 15 11 102 100
Binary 11011111 1111000 1100101 0 101110 110111 1101 1001 1000010 1000000

Color Harmonies of #DF7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7865

Black with #DF7865

Text Example


Text Example

White with #DF7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7865; }

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

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

background-color css

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

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

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

border-color css

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

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

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