Html Css Color HEX #DD7462 Terra Cotta

📋 copy color: '#DD7462'

red 221 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #DD7462

Tints of Terra Cotta #DD7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

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

R = 50.8%
G = 26.67%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7462 (or 0xDD7462) is known color: Terra Cotta. HEX triplet: DD, 74 and 62. RGB value is (221,116,98). Sum of RGB (Red+Green+Blue) = 221+116+98=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7462 is #228B9D. Grayscale: #919191. Windows color (decimal): -2263966 or 6452445. OLE color: 6452445.

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

Color convert

RGB 221 116 98 -
CMYK 0 0.48 0.56 0.13
HSL 8.78º 0.64% 0.63% -
HSV(B) 8.78º 0.56% 0.87% -
XYZ 38.27 28.74 15.09 -
YUV 145.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 221 116 98 0 0.48 0.56 0.13 8.78 0.64 0.63
Hex DD 74 62 0 30 38 D 9 40 3F
Octal 335 164 142 0 60 70 15 11 100 77
Binary 11011101 1110100 1100010 0 110000 111000 1101 1001 1000000 111111

Color Harmonies of #DD7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7462

Black with #DD7462

Text Example


Text Example

White with #DD7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7462; }

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

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

background-color css

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

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

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

border-color css

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

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

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