Html Css Color HEX #DF7669 Terra Cotta

📋 copy color: '#DF7669'

red 223 ◦ green 118 ◦ blue 105

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

Shades of Terra Cotta #DF7669

Tints of Terra Cotta #DF7669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 50%
G = 26.46%
B = 23.54%

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

#DF7669 (or 0xDF7669) is known color: Terra Cotta. HEX triplet: DF, 76 and 69. RGB value is (223,118,105). Sum of RGB (Red+Green+Blue) = 223+118+105=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7669 is #208996. Grayscale: #949494. Windows color (decimal): -2132375 or 6911711. OLE color: 6911711.

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

Color convert

RGB 223 118 105 -
CMYK 0 0.47 0.53 0.13
HSL 6.61º 0.65% 0.64% -
HSV(B) 6.61º 0.53% 0.87% -
XYZ 39.46 29.66 17.01 -
YUV 147.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 223 118 105 0 0.47 0.53 0.13 6.61 0.65 0.64
Hex DF 76 69 0 2F 35 D 7 41 40
Octal 337 166 151 0 57 65 15 7 101 100
Binary 11011111 1110110 1101001 0 101111 110101 1101 111 1000001 1000000

Color Harmonies of #DF7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7669

Black with #DF7669

Text Example


Text Example

White with #DF7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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