Html Css Color HEX #DB7153 Terra Cotta

📋 copy color: '#DB7153'

red 219 ◦ green 113 ◦ blue 83

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

Shades of Terra Cotta #DB7153

Tints of Terra Cotta #DB7153

RGB

 RED value IS 219 (85.94% from 255) = 52.77%

 GREEN value IS 113 (44.53% from 255) = 27.23%

 BLUE value IS 83 (32.81% from 255) = 20%

R = 52.77%
G = 27.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB7153 (or 0xDB7153) is known color: Terra Cotta. HEX triplet: DB, 71 and 53. RGB value is (219,113,83). Sum of RGB (Red+Green+Blue) = 219+113+83=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7153 is #248EAC. Grayscale: #8D8D8D. Windows color (decimal): -2395821 or 5468635. OLE color: 5468635.

HSL color Cylindrical-coordinate representation of color #DB7153: hue angle of 13.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7153 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 83 -
CMYK 0 0.48 0.62 0.14
HSL 13.24º 0.65% 0.59% -
HSV(B) 13.24º 0.62% 0.86% -
XYZ 36.68 27.49 11.56 -
YUV 141.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 219 113 83 0 0.48 0.62 0.14 13.24 0.65 0.59
Hex DB 71 53 0 30 3E E D 41 3B
Octal 333 161 123 0 60 76 16 15 101 73
Binary 11011011 1110001 1010011 0 110000 111110 1110 1101 1000001 111011

Color Harmonies of #DB7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7153

Black with #DB7153

Text Example


Text Example

White with #DB7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7153; }

 p { color: rgb(219,113,83); }

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

background-color css

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

 a { background-color: rgb(219,113,83); }

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

border-color css

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

 span { border-color: rgb(219,113,83); }

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