Html Css Color HEX #DF7965 Terra Cotta

📋 copy color: '#DF7965'

red 223 ◦ green 121 ◦ blue 101

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

Shades of Terra Cotta #DF7965

Tints of Terra Cotta #DF7965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

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

R = 50.11%
G = 27.19%
B = 22.7%

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

#DF7965 (or 0xDF7965) is known color: Terra Cotta. HEX triplet: DF, 79 and 65. RGB value is (223,121,101). Sum of RGB (Red+Green+Blue) = 223+121+101=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7965 is #20869A. Grayscale: #959595. Windows color (decimal): -2131611 or 6650335. OLE color: 6650335.

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

Color convert

RGB 223 121 101 -
CMYK 0 0.46 0.55 0.13
HSL 9.84º 0.66% 0.64% -
HSV(B) 9.84º 0.55% 0.87% -
XYZ 39.62 30.3 16.07 -
YUV 149.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 223 121 101 0 0.46 0.55 0.13 9.84 0.66 0.64
Hex DF 79 65 0 2E 37 D A 42 40
Octal 337 171 145 0 56 67 15 12 102 100
Binary 11011111 1111001 1100101 0 101110 110111 1101 1010 1000010 1000000

Color Harmonies of #DF7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7965

Black with #DF7965

Text Example


Text Example

White with #DF7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7965; }

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

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

background-color css

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

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

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

border-color css

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

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

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