Html Css Color HEX #DC7269 Terra Cotta

📋 copy color: '#DC7269'

red 220 ◦ green 114 ◦ blue 105

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

Shades of Terra Cotta #DC7269

Tints of Terra Cotta #DC7269

RGB

 RED value IS 220 (86.33% from 255) = 50.11%

 GREEN value IS 114 (44.92% from 255) = 25.97%

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 50.11%
G = 25.97%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC7269 (or 0xDC7269) is known color: Terra Cotta. HEX triplet: DC, 72 and 69. RGB value is (220,114,105). Sum of RGB (Red+Green+Blue) = 220+114+105=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7269 is #238D96. Grayscale: #909090. Windows color (decimal): -2330007 or 6910684. OLE color: 6910684.

HSL color Cylindrical-coordinate representation of color #DC7269: hue angle of 4.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7269 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 105 -
CMYK 0 0.48 0.52 0.14
HSL 4.7º 0.62% 0.64% -
HSV(B) 4.7º 0.52% 0.86% -
XYZ 38.08 28.27 16.81 -
YUV 144.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 220 114 105 0 0.48 0.52 0.14 4.7 0.62 0.64
Hex DC 72 69 0 30 34 E 5 3E 40
Octal 334 162 151 0 60 64 16 5 76 100
Binary 11011100 1110010 1101001 0 110000 110100 1110 101 111110 1000000

Color Harmonies of #DC7269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7269

Black with #DC7269

Text Example


Text Example

White with #DC7269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7269; }

 p { color: rgb(220,114,105); }

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

background-color css

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

 a { background-color: rgb(220,114,105); }

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

border-color css

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

 span { border-color: rgb(220,114,105); }

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