Html Css Color HEX #DB755F Terra Cotta

📋 copy color: '#DB755F'

red 219 ◦ green 117 ◦ blue 95

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

Shades of Terra Cotta #DB755F

Tints of Terra Cotta #DB755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 50.81%
G = 27.15%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB755F (or 0xDB755F) is known color: Terra Cotta. HEX triplet: DB, 75 and 5F. RGB value is (219,117,95). Sum of RGB (Red+Green+Blue) = 219+117+95=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB755F is #248AA0. Grayscale: #919191. Windows color (decimal): -2394785 or 6256091. OLE color: 6256091.

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

Color convert

RGB 219 117 95 -
CMYK 0 0.47 0.57 0.14
HSL 10.65º 0.63% 0.62% -
HSV(B) 10.65º 0.57% 0.86% -
XYZ 37.64 28.61 14.36 -
YUV 144.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 219 117 95 0 0.47 0.57 0.14 10.65 0.63 0.62
Hex DB 75 5F 0 2F 39 E B 3F 3E
Octal 333 165 137 0 57 71 16 13 77 76
Binary 11011011 1110101 1011111 0 101111 111001 1110 1011 111111 111110

Color Harmonies of #DB755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB755F

Black with #DB755F

Text Example


Text Example

White with #DB755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB755F; }

 p { color: rgb(219,117,95); }

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

background-color css

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

 a { background-color: rgb(219,117,95); }

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

border-color css

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

 span { border-color: rgb(219,117,95); }

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