Html Css Color HEX #DD7B62 Terra Cotta

📋 copy color: '#DD7B62'

red 221 ◦ green 123 ◦ blue 98

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

Shades of Terra Cotta #DD7B62

Tints of Terra Cotta #DD7B62

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

 BLUE value IS 98 (38.67% from 255) = 22.17%

R = 50%
G = 27.83%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7B62 (or 0xDD7B62) is known color: Terra Cotta. HEX triplet: DD, 7B and 62. RGB value is (221,123,98). Sum of RGB (Red+Green+Blue) = 221+123+98=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B62 is #22849D. Grayscale: #959595. Windows color (decimal): -2262174 or 6454237. OLE color: 6454237.

HSL color Cylindrical-coordinate representation of color #DD7B62: hue angle of 12.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7B62 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 98 -
CMYK 0 0.44 0.56 0.13
HSL 12.2º 0.64% 0.63% -
HSV(B) 12.2º 0.56% 0.87% -
XYZ 39.11 30.42 15.37 -
YUV 149.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 221 123 98 0 0.44 0.56 0.13 12.2 0.64 0.63
Hex DD 7B 62 0 2C 38 D C 40 3F
Octal 335 173 142 0 54 70 15 14 100 77
Binary 11011101 1111011 1100010 0 101100 111000 1101 1100 1000000 111111

Color Harmonies of #DD7B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B62

Black with #DD7B62

Text Example


Text Example

White with #DD7B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B62; }

 p { color: rgb(221,123,98); }

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

background-color css

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

 a { background-color: rgb(221,123,98); }

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

border-color css

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

 span { border-color: rgb(221,123,98); }

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