Html Css Color HEX #DB7469 Terra Cotta

📋 copy color: '#DB7469'

red 219 ◦ green 116 ◦ blue 105

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

Shades of Terra Cotta #DB7469

Tints of Terra Cotta #DB7469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 49.77%
G = 26.36%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7469 (or 0xDB7469) is known color: Terra Cotta. HEX triplet: DB, 74 and 69. RGB value is (219,116,105). Sum of RGB (Red+Green+Blue) = 219+116+105=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7469 is #248B96. Grayscale: #919191. Windows color (decimal): -2395031 or 6911195. OLE color: 6911195.

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

Color convert

RGB 219 116 105 -
CMYK 0 0.47 0.52 0.14
HSL 5.79º 0.61% 0.64% -
HSV(B) 5.79º 0.52% 0.86% -
XYZ 38.01 28.57 16.88 -
YUV 145.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 219 116 105 0 0.47 0.52 0.14 5.79 0.61 0.64
Hex DB 74 69 0 2F 34 E 6 3D 40
Octal 333 164 151 0 57 64 16 6 75 100
Binary 11011011 1110100 1101001 0 101111 110100 1110 110 111101 1000000

Color Harmonies of #DB7469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7469

Black with #DB7469

Text Example


Text Example

White with #DB7469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7469; }

 p { color: rgb(219,116,105); }

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

background-color css

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

 a { background-color: rgb(219,116,105); }

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

border-color css

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

 span { border-color: rgb(219,116,105); }

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