Html Css Color HEX #DD7367 Terra Cotta

📋 copy color: '#DD7367'

red 221 ◦ green 115 ◦ blue 103

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

Shades of Terra Cotta #DD7367

Tints of Terra Cotta #DD7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 50.34%
G = 26.2%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7367 (or 0xDD7367) is known color: Terra Cotta. HEX triplet: DD, 73 and 67. RGB value is (221,115,103). Sum of RGB (Red+Green+Blue) = 221+115+103=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7367 is #228C98. Grayscale: #919191. Windows color (decimal): -2264217 or 6779869. OLE color: 6779869.

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

Color convert

RGB 221 115 103 -
CMYK 0 0.48 0.53 0.13
HSL 6.1º 0.63% 0.64% -
HSV(B) 6.1º 0.53% 0.87% -
XYZ 38.4 28.61 16.33 -
YUV 145.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 221 115 103 0 0.48 0.53 0.13 6.1 0.63 0.64
Hex DD 73 67 0 30 35 D 6 3F 40
Octal 335 163 147 0 60 65 15 6 77 100
Binary 11011101 1110011 1100111 0 110000 110101 1101 110 111111 1000000

Color Harmonies of #DD7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7367

Black with #DD7367

Text Example


Text Example

White with #DD7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7367; }

 p { color: rgb(221,115,103); }

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

background-color css

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

 a { background-color: rgb(221,115,103); }

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

border-color css

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

 span { border-color: rgb(221,115,103); }

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