Html Css Color HEX #DC735F Terra Cotta

📋 copy color: '#DC735F'

red 220 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #DC735F

Tints of Terra Cotta #DC735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 51.16%
G = 26.74%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC735F (or 0xDC735F) is known color: Terra Cotta. HEX triplet: DC, 73 and 5F. RGB value is (220,115,95). Sum of RGB (Red+Green+Blue) = 220+115+95=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC735F is #238CA0. Grayscale: #909090. Windows color (decimal): -2329761 or 6255580. OLE color: 6255580.

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

Color convert

RGB 220 115 95 -
CMYK 0 0.48 0.57 0.14
HSL 9.6º 0.64% 0.62% -
HSV(B) 9.6º 0.57% 0.86% -
XYZ 37.71 28.3 14.3 -
YUV 144.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 220 115 95 0 0.48 0.57 0.14 9.6 0.64 0.62
Hex DC 73 5F 0 30 39 E A 40 3E
Octal 334 163 137 0 60 71 16 12 100 76
Binary 11011100 1110011 1011111 0 110000 111001 1110 1010 1000000 111110

Color Harmonies of #DC735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC735F

Black with #DC735F

Text Example


Text Example

White with #DC735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC735F; }

 p { color: rgb(220,115,95); }

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

background-color css

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

 a { background-color: rgb(220,115,95); }

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

border-color css

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

 span { border-color: rgb(220,115,95); }

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