Html Css Color HEX #DE7B64 Terra Cotta

📋 copy color: '#DE7B64'

red 222 ◦ green 123 ◦ blue 100

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

Shades of Terra Cotta #DE7B64

Tints of Terra Cotta #DE7B64

RGB

 RED value IS 222 (87.11% from 255) = 49.89%

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

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 49.89%
G = 27.64%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE7B64 (or 0xDE7B64) is known color: Terra Cotta. HEX triplet: DE, 7B and 64. RGB value is (222,123,100). Sum of RGB (Red+Green+Blue) = 222+123+100=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B64 is #21849B. Grayscale: #969696. Windows color (decimal): -2196636 or 6585310. OLE color: 6585310.

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

Color convert

RGB 222 123 100 -
CMYK 0 0.45 0.55 0.13
HSL 11.31º 0.65% 0.63% -
HSV(B) 11.31º 0.55% 0.87% -
XYZ 39.51 30.62 15.88 -
YUV 149.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 222 123 100 0 0.45 0.55 0.13 11.31 0.65 0.63
Hex DE 7B 64 0 2D 37 D B 41 3F
Octal 336 173 144 0 55 67 15 13 101 77
Binary 11011110 1111011 1100100 0 101101 110111 1101 1011 1000001 111111

Color Harmonies of #DE7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B64

Black with #DE7B64

Text Example


Text Example

White with #DE7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B64; }

 p { color: rgb(222,123,100); }

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

background-color css

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

 a { background-color: rgb(222,123,100); }

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

border-color css

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

 span { border-color: rgb(222,123,100); }

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