Html Css Color HEX #DB725E Terra Cotta

📋 copy color: '#DB725E'

red 219 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #DB725E

Tints of Terra Cotta #DB725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 51.29%
G = 26.7%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB725E (or 0xDB725E) is known color: Terra Cotta. HEX triplet: DB, 72 and 5E. RGB value is (219,114,94). Sum of RGB (Red+Green+Blue) = 219+114+94=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB725E is #248DA1. Grayscale: #8F8F8F. Windows color (decimal): -2395554 or 6189787. OLE color: 6189787.

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

Color convert

RGB 219 114 94 -
CMYK 0 0.48 0.57 0.14
HSL 9.6º 0.63% 0.61% -
HSV(B) 9.6º 0.57% 0.86% -
XYZ 37.25 27.9 14.01 -
YUV 143.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 219 114 94 0 0.48 0.57 0.14 9.6 0.63 0.61
Hex DB 72 5E 0 30 39 E A 3F 3D
Octal 333 162 136 0 60 71 16 12 77 75
Binary 11011011 1110010 1011110 0 110000 111001 1110 1010 111111 111101

Color Harmonies of #DB725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB725E

Black with #DB725E

Text Example


Text Example

White with #DB725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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