Html Css Color HEX #DD7653 Terra Cotta

📋 copy color: '#DD7653'

red 221 ◦ green 118 ◦ blue 83

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

Shades of Terra Cotta #DD7653

Tints of Terra Cotta #DD7653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 83 (32.81% from 255) = 19.67%

R = 52.37%
G = 27.96%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7653 (or 0xDD7653) is known color: Terra Cotta. HEX triplet: DD, 76 and 53. RGB value is (221,118,83). Sum of RGB (Red+Green+Blue) = 221+118+83=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7653 is #2289AC. Grayscale: #919191. Windows color (decimal): -2263469 or 5469917. OLE color: 5469917.

HSL color Cylindrical-coordinate representation of color #DD7653: hue angle of 15.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7653 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 83 -
CMYK 0 0.47 0.62 0.13
HSL 15.22º 0.67% 0.6% -
HSV(B) 15.22º 0.62% 0.87% -
XYZ 37.86 28.95 11.78 -
YUV 144.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 221 118 83 0 0.47 0.62 0.13 15.22 0.67 0.6
Hex DD 76 53 0 2F 3E D F 43 3C
Octal 335 166 123 0 57 76 15 17 103 74
Binary 11011101 1110110 1010011 0 101111 111110 1101 1111 1000011 111100

Color Harmonies of #DD7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7653

Black with #DD7653

Text Example


Text Example

White with #DD7653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7653; }

 p { color: rgb(221,118,83); }

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

background-color css

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

 a { background-color: rgb(221,118,83); }

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

border-color css

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

 span { border-color: rgb(221,118,83); }

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