Html Css Color HEX #DB956C Copper

📋 copy color: '#DB956C'

red 219 ◦ green 149 ◦ blue 108

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

Shades of Copper #DB956C

Tints of Copper #DB956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 46.01%
G = 31.3%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB956C (or 0xDB956C) is known color: Copper. HEX triplet: DB, 95 and 6C. RGB value is (219,149,108). Sum of RGB (Red+Green+Blue) = 219+149+108=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956C is #246A93. Grayscale: #A5A5A5. Windows color (decimal): -2386580 or 7116251. OLE color: 7116251.

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

Color convert

RGB 219 149 108 -
CMYK 0 0.32 0.51 0.14
HSL 22.16º 0.61% 0.64% -
HSV(B) 22.16º 0.51% 0.86% -
XYZ 42.67 37.64 19.2 -
YUV 165.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 219 149 108 0 0.32 0.51 0.14 22.16 0.61 0.64
Hex DB 95 6C 0 20 33 E 16 3D 40
Octal 333 225 154 0 40 63 16 26 75 100
Binary 11011011 10010101 1101100 0 100000 110011 1110 10110 111101 1000000

Color Harmonies of #DB956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB956C

Black with #DB956C

Text Example


Text Example

White with #DB956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB956C; }

 p { color: rgb(219,149,108); }

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

background-color css

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

 a { background-color: rgb(219,149,108); }

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

border-color css

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

 span { border-color: rgb(219,149,108); }

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