Html Css Color HEX #DD7867 Terra Cotta

📋 copy color: '#DD7867'

red 221 ◦ green 120 ◦ blue 103

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

Shades of Terra Cotta #DD7867

Tints of Terra Cotta #DD7867

RGB

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

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

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

R = 49.77%
G = 27.03%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7867 (or 0xDD7867) is known color: Terra Cotta. HEX triplet: DD, 78 and 67. RGB value is (221,120,103). Sum of RGB (Red+Green+Blue) = 221+120+103=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7867 is #228798. Grayscale: #949494. Windows color (decimal): -2262937 or 6781149. OLE color: 6781149.

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

Color convert

RGB 221 120 103 -
CMYK 0 0.46 0.53 0.13
HSL 8.64º 0.63% 0.64% -
HSV(B) 8.64º 0.53% 0.87% -
XYZ 38.98 29.78 16.53 -
YUV 148.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 221 120 103 0 0.46 0.53 0.13 8.64 0.63 0.64
Hex DD 78 67 0 2E 35 D 9 3F 40
Octal 335 170 147 0 56 65 15 11 77 100
Binary 11011101 1111000 1100111 0 101110 110101 1101 1001 111111 1000000

Color Harmonies of #DD7867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7867

Black with #DD7867

Text Example


Text Example

White with #DD7867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7867; }

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

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

background-color css

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

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

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

border-color css

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

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

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