Html Css Color HEX #DD735C Terra Cotta

📋 copy color: '#DD735C'

red 221 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #DD735C

Tints of Terra Cotta #DD735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 51.64%
G = 26.87%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD735C (or 0xDD735C) is known color: Terra Cotta. HEX triplet: DD, 73 and 5C. RGB value is (221,115,92). Sum of RGB (Red+Green+Blue) = 221+115+92=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD735C is #228CA3. Grayscale: #909090. Windows color (decimal): -2264228 or 6058973. OLE color: 6058973.

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

Color convert

RGB 221 115 92 -
CMYK 0 0.48 0.58 0.13
HSL 10.7º 0.65% 0.61% -
HSV(B) 10.7º 0.58% 0.87% -
XYZ 37.88 28.41 13.61 -
YUV 144.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 221 115 92 0 0.48 0.58 0.13 10.7 0.65 0.61
Hex DD 73 5C 0 30 3A D B 41 3D
Octal 335 163 134 0 60 72 15 13 101 75
Binary 11011101 1110011 1011100 0 110000 111010 1101 1011 1000001 111101

Color Harmonies of #DD735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD735C

Black with #DD735C

Text Example


Text Example

White with #DD735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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