Html Css Color HEX #DE7B5A Terra Cotta

📋 copy color: '#DE7B5A'

red 222 ◦ green 123 ◦ blue 90

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

Shades of Terra Cotta #DE7B5A

Tints of Terra Cotta #DE7B5A

RGB

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

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

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

R = 51.03%
G = 28.28%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE7B5A (or 0xDE7B5A) is known color: Terra Cotta. HEX triplet: DE, 7B and 5A. RGB value is (222,123,90). Sum of RGB (Red+Green+Blue) = 222+123+90=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B5A is #2184A5. Grayscale: #959595. Windows color (decimal): -2196646 or 5929950. OLE color: 5929950.

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

Color convert

RGB 222 123 90 -
CMYK 0 0.45 0.59 0.13
HSL 15º 0.67% 0.61% -
HSV(B) 15º 0.59% 0.87% -
XYZ 39.05 30.43 13.49 -
YUV 148.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 222 123 90 0 0.45 0.59 0.13 15 0.67 0.61
Hex DE 7B 5A 0 2D 3B D F 43 3D
Octal 336 173 132 0 55 73 15 17 103 75
Binary 11011110 1111011 1011010 0 101101 111011 1101 1111 1000011 111101

Color Harmonies of #DE7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B5A

Black with #DE7B5A

Text Example


Text Example

White with #DE7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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