Html Css Color HEX #DB906F Copper

📋 copy color: '#DB906F'

red 219 ◦ green 144 ◦ blue 111

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

Shades of Copper #DB906F

Tints of Copper #DB906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 46.2%
G = 30.38%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB906F (or 0xDB906F) is known color: Copper. HEX triplet: DB, 90 and 6F. RGB value is (219,144,111). Sum of RGB (Red+Green+Blue) = 219+144+111=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB906F is #246F90. Grayscale: #A2A2A2. Windows color (decimal): -2387857 or 7311579. OLE color: 7311579.

HSL color Cylindrical-coordinate representation of color #DB906F: hue angle of 18.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB906F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 111 -
CMYK 0 0.34 0.49 0.14
HSL 18.33º 0.6% 0.65% -
HSV(B) 18.33º 0.49% 0.86% -
XYZ 42.06 36.15 19.8 -
YUV 162.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 219 144 111 0 0.34 0.49 0.14 18.33 0.6 0.65
Hex DB 90 6F 0 22 31 E 12 3C 41
Octal 333 220 157 0 42 61 16 22 74 101
Binary 11011011 10010000 1101111 0 100010 110001 1110 10010 111100 1000001

Color Harmonies of #DB906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB906F

Black with #DB906F

Text Example


Text Example

White with #DB906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB906F; }

 p { color: rgb(219,144,111); }

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

background-color css

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

 a { background-color: rgb(219,144,111); }

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

border-color css

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

 span { border-color: rgb(219,144,111); }

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