Html Css Color HEX #DF7668 Terra Cotta

📋 copy color: '#DF7668'

red 223 ◦ green 118 ◦ blue 104

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

Shades of Terra Cotta #DF7668

Tints of Terra Cotta #DF7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 50.11%
G = 26.52%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF7668 (or 0xDF7668) is known color: Terra Cotta. HEX triplet: DF, 76 and 68. RGB value is (223,118,104). Sum of RGB (Red+Green+Blue) = 223+118+104=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7668 is #208997. Grayscale: #939393. Windows color (decimal): -2132376 or 6846175. OLE color: 6846175.

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

Color convert

RGB 223 118 104 -
CMYK 0 0.47 0.53 0.13
HSL 7.06º 0.65% 0.64% -
HSV(B) 7.06º 0.53% 0.87% -
XYZ 39.41 29.64 16.74 -
YUV 147.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 223 118 104 0 0.47 0.53 0.13 7.06 0.65 0.64
Hex DF 76 68 0 2F 35 D 7 41 40
Octal 337 166 150 0 57 65 15 7 101 100
Binary 11011111 1110110 1101000 0 101111 110101 1101 111 1000001 1000000

Color Harmonies of #DF7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7668

Black with #DF7668

Text Example


Text Example

White with #DF7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7668; }

 p { color: rgb(223,118,104); }

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

background-color css

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

 a { background-color: rgb(223,118,104); }

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

border-color css

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

 span { border-color: rgb(223,118,104); }

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