Html Css Color HEX #DB936E Copper

📋 copy color: '#DB936E'

red 219 ◦ green 147 ◦ blue 110

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

Shades of Copper #DB936E

Tints of Copper #DB936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 46.01%
G = 30.88%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB936E (or 0xDB936E) is known color: Copper. HEX triplet: DB, 93 and 6E. RGB value is (219,147,110). Sum of RGB (Red+Green+Blue) = 219+147+110=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936E is #246C91. Grayscale: #A4A4A4. Windows color (decimal): -2387090 or 7246811. OLE color: 7246811.

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

Color convert

RGB 219 147 110 -
CMYK 0 0.33 0.50 0.14
HSL 20.37º 0.6% 0.65% -
HSV(B) 20.37º 0.5% 0.86% -
XYZ 42.46 37.05 19.67 -
YUV 164.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 219 147 110 0 0.33 0.50 0.14 20.37 0.6 0.65
Hex DB 93 6E 0 21 32 E 14 3C 41
Octal 333 223 156 0 41 62 16 24 74 101
Binary 11011011 10010011 1101110 0 100001 110010 1110 10100 111100 1000001

Color Harmonies of #DB936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB936E

Black with #DB936E

Text Example


Text Example

White with #DB936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB936E; }

 p { color: rgb(219,147,110); }

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

background-color css

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

 a { background-color: rgb(219,147,110); }

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

border-color css

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

 span { border-color: rgb(219,147,110); }

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