Html Css Color HEX #DF7A65 Terra Cotta

📋 copy color: '#DF7A65'

red 223 ◦ green 122 ◦ blue 101

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

Shades of Terra Cotta #DF7A65

Tints of Terra Cotta #DF7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 50%
G = 27.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF7A65 (or 0xDF7A65) is known color: Terra Cotta. HEX triplet: DF, 7A and 65. RGB value is (223,122,101). Sum of RGB (Red+Green+Blue) = 223+122+101=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A65 is #20859A. Grayscale: #959595. Windows color (decimal): -2131355 or 6650591. OLE color: 6650591.

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

Color convert

RGB 223 122 101 -
CMYK 0 0.45 0.55 0.13
HSL 10.33º 0.66% 0.64% -
HSV(B) 10.33º 0.55% 0.87% -
XYZ 39.74 30.55 16.11 -
YUV 149.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 223 122 101 0 0.45 0.55 0.13 10.33 0.66 0.64
Hex DF 7A 65 0 2D 37 D A 42 40
Octal 337 172 145 0 55 67 15 12 102 100
Binary 11011111 1111010 1100101 0 101101 110111 1101 1010 1000010 1000000

Color Harmonies of #DF7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A65

Black with #DF7A65

Text Example


Text Example

White with #DF7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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