Html Css Color HEX #DD7862 Terra Cotta

📋 copy color: '#DD7862'

red 221 ◦ green 120 ◦ blue 98

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

Shades of Terra Cotta #DD7862

Tints of Terra Cotta #DD7862

RGB

 RED value IS 221 (86.72% from 255) = 50.34%

 GREEN value IS 120 (47.27% from 255) = 27.33%

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

R = 50.34%
G = 27.33%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7862 (or 0xDD7862) is known color: Terra Cotta. HEX triplet: DD, 78 and 62. RGB value is (221,120,98). Sum of RGB (Red+Green+Blue) = 221+120+98=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7862 is #22879D. Grayscale: #939393. Windows color (decimal): -2262942 or 6453469. OLE color: 6453469.

HSL color Cylindrical-coordinate representation of color #DD7862: hue angle of 10.73º degrees, saturation: 0.64, 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 #DD7862 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 98 -
CMYK 0 0.46 0.56 0.13
HSL 10.73º 0.64% 0.63% -
HSV(B) 10.73º 0.56% 0.87% -
XYZ 38.74 29.69 15.24 -
YUV 147.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 221 120 98 0 0.46 0.56 0.13 10.73 0.64 0.63
Hex DD 78 62 0 2E 38 D B 40 3F
Octal 335 170 142 0 56 70 15 13 100 77
Binary 11011101 1111000 1100010 0 101110 111000 1101 1011 1000000 111111

Color Harmonies of #DD7862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7862

Black with #DD7862

Text Example


Text Example

White with #DD7862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7862; }

 p { color: rgb(221,120,98); }

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

background-color css

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

 a { background-color: rgb(221,120,98); }

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

border-color css

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

 span { border-color: rgb(221,120,98); }

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