Html Css Color HEX #DD6C5A Terra Cotta

📋 copy color: '#DD6C5A'

red 221 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #DD6C5A

Tints of Terra Cotta #DD6C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 52.74%
G = 25.78%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD6C5A (or 0xDD6C5A) is known color: Terra Cotta. HEX triplet: DD, 6C and 5A. RGB value is (221,108,90). Sum of RGB (Red+Green+Blue) = 221+108+90=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C5A is #2293A5. Grayscale: #8B8B8B. Windows color (decimal): -2266022 or 5926109. OLE color: 5926109.

HSL color Cylindrical-coordinate representation of color #DD6C5A: hue angle of 8.24º 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 #DD6C5A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 90 -
CMYK 0 0.51 0.59 0.13
HSL 8.24º 0.66% 0.61% -
HSV(B) 8.24º 0.59% 0.87% -
XYZ 37.03 26.84 12.9 -
YUV 139.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 221 108 90 0 0.51 0.59 0.13 8.24 0.66 0.61
Hex DD 6C 5A 0 33 3B D 8 42 3D
Octal 335 154 132 0 63 73 15 10 102 75
Binary 11011101 1101100 1011010 0 110011 111011 1101 1000 1000010 111101

Color Harmonies of #DD6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C5A

Black with #DD6C5A

Text Example


Text Example

White with #DD6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C5A; }

 p { color: rgb(221,108,90); }

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

background-color css

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

 a { background-color: rgb(221,108,90); }

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

border-color css

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

 span { border-color: rgb(221,108,90); }

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