Html Css Color HEX #DC7469 Terra Cotta

📋 copy color: '#DC7469'

red 220 ◦ green 116 ◦ blue 105

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

Shades of Terra Cotta #DC7469

Tints of Terra Cotta #DC7469

RGB

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

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

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

R = 49.89%
G = 26.3%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC7469 (or 0xDC7469) is known color: Terra Cotta. HEX triplet: DC, 74 and 69. RGB value is (220,116,105). Sum of RGB (Red+Green+Blue) = 220+116+105=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7469 is #238B96. Grayscale: #919191. Windows color (decimal): -2329495 or 6911196. OLE color: 6911196.

HSL color Cylindrical-coordinate representation of color #DC7469: hue angle of 5.74º 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 #DC7469 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 105 -
CMYK 0 0.47 0.52 0.14
HSL 5.74º 0.62% 0.64% -
HSV(B) 5.74º 0.52% 0.86% -
XYZ 38.31 28.73 16.89 -
YUV 145.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 220 116 105 0 0.47 0.52 0.14 5.74 0.62 0.64
Hex DC 74 69 0 2F 34 E 6 3E 40
Octal 334 164 151 0 57 64 16 6 76 100
Binary 11011100 1110100 1101001 0 101111 110100 1110 110 111110 1000000

Color Harmonies of #DC7469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7469

Black with #DC7469

Text Example


Text Example

White with #DC7469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7469; }

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

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

background-color css

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

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

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

border-color css

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

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

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