Html Css Color HEX #DD735B Terra Cotta

📋 copy color: '#DD735B'

red 221 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #DD735B

Tints of Terra Cotta #DD735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 51.76%
G = 26.93%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD735B (or 0xDD735B) is known color: Terra Cotta. HEX triplet: DD, 73 and 5B. RGB value is (221,115,91). Sum of RGB (Red+Green+Blue) = 221+115+91=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD735B is #228CA4. Grayscale: #909090. Windows color (decimal): -2264229 or 5993437. OLE color: 5993437.

HSL color Cylindrical-coordinate representation of color #DD735B: hue angle of 11.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD735B is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 91 -
CMYK 0 0.48 0.59 0.13
HSL 11.08º 0.66% 0.61% -
HSV(B) 11.08º 0.59% 0.87% -
XYZ 37.84 28.39 13.38 -
YUV 143.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 221 115 91 0 0.48 0.59 0.13 11.08 0.66 0.61
Hex DD 73 5B 0 30 3B D B 42 3D
Octal 335 163 133 0 60 73 15 13 102 75
Binary 11011101 1110011 1011011 0 110000 111011 1101 1011 1000010 111101

Color Harmonies of #DD735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD735B

Black with #DD735B

Text Example


Text Example

White with #DD735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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