Html Css Color HEX #DF6C65 Terra Cotta

📋 copy color: '#DF6C65'

red 223 ◦ green 108 ◦ blue 101

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

Shades of Terra Cotta #DF6C65

Tints of Terra Cotta #DF6C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 51.62%
G = 25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF6C65 (or 0xDF6C65) is known color: Terra Cotta. HEX triplet: DF, 6C and 65. RGB value is (223,108,101). Sum of RGB (Red+Green+Blue) = 223+108+101=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C65 is #20939A. Grayscale: #8D8D8D. Windows color (decimal): -2134939 or 6647007. OLE color: 6647007.

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

Color convert

RGB 223 108 101 -
CMYK 0 0.52 0.55 0.13
HSL 3.44º 0.66% 0.64% -
HSV(B) 3.44º 0.55% 0.87% -
XYZ 38.14 27.35 15.58 -
YUV 141.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 223 108 101 0 0.52 0.55 0.13 3.44 0.66 0.64
Hex DF 6C 65 0 34 37 D 3 42 40
Octal 337 154 145 0 64 67 15 3 102 100
Binary 11011111 1101100 1100101 0 110100 110111 1101 11 1000010 1000000

Color Harmonies of #DF6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C65

Black with #DF6C65

Text Example


Text Example

White with #DF6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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