Html Css Color HEX #DB735C Terra Cotta

📋 copy color: '#DB735C'

red 219 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #DB735C

Tints of Terra Cotta #DB735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 51.41%
G = 27%
B = 21.6%

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

#DB735C (or 0xDB735C) is known color: Terra Cotta. HEX triplet: DB, 73 and 5C. RGB value is (219,115,92). Sum of RGB (Red+Green+Blue) = 219+115+92=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB735C is #248CA3. Grayscale: #8F8F8F. Windows color (decimal): -2395300 or 6058971. OLE color: 6058971.

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

Color convert

RGB 219 115 92 -
CMYK 0 0.47 0.58 0.14
HSL 10.87º 0.64% 0.61% -
HSV(B) 10.87º 0.58% 0.86% -
XYZ 37.28 28.09 13.58 -
YUV 143.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 219 115 92 0 0.47 0.58 0.14 10.87 0.64 0.61
Hex DB 73 5C 0 2F 3A E B 40 3D
Octal 333 163 134 0 57 72 16 13 100 75
Binary 11011011 1110011 1011100 0 101111 111010 1110 1011 1000000 111101

Color Harmonies of #DB735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB735C

Black with #DB735C

Text Example


Text Example

White with #DB735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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