Html Css Color HEX #DB735B Terra Cotta

📋 copy color: '#DB735B'

red 219 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #DB735B

Tints of Terra Cotta #DB735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 51.53%
G = 27.06%
B = 21.41%

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

#DB735B (or 0xDB735B) is known color: Terra Cotta. HEX triplet: DB, 73 and 5B. RGB value is (219,115,91). Sum of RGB (Red+Green+Blue) = 219+115+91=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB735B is #248CA4. Grayscale: #8F8F8F. Windows color (decimal): -2395301 or 5993435. OLE color: 5993435.

HSL color Cylindrical-coordinate representation of color #DB735B: hue angle of 11.25º 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 #DB735B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 91 -
CMYK 0 0.47 0.58 0.14
HSL 11.25º 0.64% 0.61% -
HSV(B) 11.25º 0.58% 0.86% -
XYZ 37.23 28.08 13.35 -
YUV 143.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 219 115 91 0 0.47 0.58 0.14 11.25 0.64 0.61
Hex DB 73 5B 0 2F 3A E B 40 3D
Octal 333 163 133 0 57 72 16 13 100 75
Binary 11011011 1110011 1011011 0 101111 111010 1110 1011 1000000 111101

Color Harmonies of #DB735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB735B

Black with #DB735B

Text Example


Text Example

White with #DB735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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