Html Css Color HEX #DB765B Terra Cotta

📋 copy color: '#DB765B'

red 219 ◦ green 118 ◦ blue 91

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

Shades of Terra Cotta #DB765B

Tints of Terra Cotta #DB765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 51.17%
G = 27.57%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB765B (or 0xDB765B) is known color: Terra Cotta. HEX triplet: DB, 76 and 5B. RGB value is (219,118,91). Sum of RGB (Red+Green+Blue) = 219+118+91=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB765B is #2489A4. Grayscale: #919191. Windows color (decimal): -2394533 or 5994203. OLE color: 5994203.

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

Color convert

RGB 219 118 91 -
CMYK 0 0.46 0.58 0.14
HSL 12.66º 0.64% 0.61% -
HSV(B) 12.66º 0.58% 0.86% -
XYZ 37.58 28.77 13.47 -
YUV 145.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 219 118 91 0 0.46 0.58 0.14 12.66 0.64 0.61
Hex DB 76 5B 0 2E 3A E D 40 3D
Octal 333 166 133 0 56 72 16 15 100 75
Binary 11011011 1110110 1011011 0 101110 111010 1110 1101 1000000 111101

Color Harmonies of #DB765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB765B

Black with #DB765B

Text Example


Text Example

White with #DB765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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