Html Css Color HEX #DB7252 Terra Cotta

📋 copy color: '#DB7252'

red 219 ◦ green 114 ◦ blue 82

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

Shades of Terra Cotta #DB7252

Tints of Terra Cotta #DB7252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 52.77%
G = 27.47%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7252 (or 0xDB7252) is known color: Terra Cotta. HEX triplet: DB, 72 and 52. RGB value is (219,114,82). Sum of RGB (Red+Green+Blue) = 219+114+82=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7252 is #248DAD. Grayscale: #8D8D8D. Windows color (decimal): -2395566 or 5403355. OLE color: 5403355.

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

Color convert

RGB 219 114 82 -
CMYK 0 0.48 0.63 0.14
HSL 14.01º 0.66% 0.59% -
HSV(B) 14.01º 0.63% 0.86% -
XYZ 36.75 27.7 11.39 -
YUV 141.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 219 114 82 0 0.48 0.63 0.14 14.01 0.66 0.59
Hex DB 72 52 0 30 3F E E 42 3B
Octal 333 162 122 0 60 77 16 16 102 73
Binary 11011011 1110010 1010010 0 110000 111111 1110 1110 1000010 111011

Color Harmonies of #DB7252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7252

Black with #DB7252

Text Example


Text Example

White with #DB7252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7252; }

 p { color: rgb(219,114,82); }

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

background-color css

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

 a { background-color: rgb(219,114,82); }

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

border-color css

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

 span { border-color: rgb(219,114,82); }

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