Html Css Color HEX #DD6B5A Terra Cotta

📋 copy color: '#DD6B5A'

red 221 ◦ green 107 ◦ blue 90

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

Shades of Terra Cotta #DD6B5A

Tints of Terra Cotta #DD6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

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

R = 52.87%
G = 25.6%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD6B5A (or 0xDD6B5A) is known color: Terra Cotta. HEX triplet: DD, 6B and 5A. RGB value is (221,107,90). Sum of RGB (Red+Green+Blue) = 221+107+90=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B5A is #2294A5. Grayscale: #8B8B8B. Windows color (decimal): -2266278 or 5925853. OLE color: 5925853.

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

Color convert

RGB 221 107 90 -
CMYK 0 0.52 0.59 0.13
HSL 7.79º 0.66% 0.61% -
HSV(B) 7.79º 0.59% 0.87% -
XYZ 36.92 26.63 12.87 -
YUV 139.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 221 107 90 0 0.52 0.59 0.13 7.79 0.66 0.61
Hex DD 6B 5A 0 34 3B D 8 42 3D
Octal 335 153 132 0 64 73 15 10 102 75
Binary 11011101 1101011 1011010 0 110100 111011 1101 1000 1000010 111101

Color Harmonies of #DD6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B5A

Black with #DD6B5A

Text Example


Text Example

White with #DD6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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