Html Css Color HEX #DB735D Terra Cotta

📋 copy color: '#DB735D'

red 219 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #DB735D

Tints of Terra Cotta #DB735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 51.29%
G = 26.93%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB735D (or 0xDB735D) is known color: Terra Cotta. HEX triplet: DB, 73 and 5D. RGB value is (219,115,93). Sum of RGB (Red+Green+Blue) = 219+115+93=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB735D is #248CA2. Grayscale: #8F8F8F. Windows color (decimal): -2395299 or 6124507. OLE color: 6124507.

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

Color convert

RGB 219 115 93 -
CMYK 0 0.47 0.58 0.14
HSL 10.48º 0.64% 0.61% -
HSV(B) 10.48º 0.58% 0.86% -
XYZ 37.32 28.11 13.82 -
YUV 143.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 219 115 93 0 0.47 0.58 0.14 10.48 0.64 0.61
Hex DB 73 5D 0 2F 3A E A 40 3D
Octal 333 163 135 0 57 72 16 12 100 75
Binary 11011011 1110011 1011101 0 101111 111010 1110 1010 1000000 111101

Color Harmonies of #DB735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB735D

Black with #DB735D

Text Example


Text Example

White with #DB735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB735D; }

 p { color: rgb(219,115,93); }

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

background-color css

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

 a { background-color: rgb(219,115,93); }

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

border-color css

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

 span { border-color: rgb(219,115,93); }

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