Html Css Color HEX #DF7D62 Terra Cotta

📋 copy color: '#DF7D62'

red 223 ◦ green 125 ◦ blue 98

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

Shades of Terra Cotta #DF7D62

Tints of Terra Cotta #DF7D62

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 50%
G = 28.03%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF7D62 (or 0xDF7D62) is known color: Terra Cotta. HEX triplet: DF, 7D and 62. RGB value is (223,125,98). Sum of RGB (Red+Green+Blue) = 223+125+98=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D62 is #20829D. Grayscale: #979797. Windows color (decimal): -2130590 or 6454751. OLE color: 6454751.

HSL color Cylindrical-coordinate representation of color #DF7D62: hue angle of 12.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7D62 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 98 -
CMYK 0 0.44 0.56 0.13
HSL 12.96º 0.66% 0.63% -
HSV(B) 12.96º 0.56% 0.87% -
XYZ 39.97 31.24 15.48 -
YUV 151.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 223 125 98 0 0.44 0.56 0.13 12.96 0.66 0.63
Hex DF 7D 62 0 2C 38 D D 42 3F
Octal 337 175 142 0 54 70 15 15 102 77
Binary 11011111 1111101 1100010 0 101100 111000 1101 1101 1000010 111111

Color Harmonies of #DF7D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D62

Black with #DF7D62

Text Example


Text Example

White with #DF7D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D62; }

 p { color: rgb(223,125,98); }

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

background-color css

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

 a { background-color: rgb(223,125,98); }

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

border-color css

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

 span { border-color: rgb(223,125,98); }

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