Html Css Color HEX #DB926E Copper

📋 copy color: '#DB926E'

red 219 ◦ green 146 ◦ blue 110

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

Shades of Copper #DB926E

Tints of Copper #DB926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.74%

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

R = 46.11%
G = 30.74%
B = 23.16%

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

#DB926E (or 0xDB926E) is known color: Copper. HEX triplet: DB, 92 and 6E. RGB value is (219,146,110). Sum of RGB (Red+Green+Blue) = 219+146+110=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926E is #246D91. Grayscale: #A3A3A3. Windows color (decimal): -2387346 or 7246555. OLE color: 7246555.

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

Color convert

RGB 219 146 110 -
CMYK 0 0.33 0.50 0.14
HSL 19.82º 0.6% 0.65% -
HSV(B) 19.82º 0.5% 0.86% -
XYZ 42.31 36.74 19.61 -
YUV 163.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 219 146 110 0 0.33 0.50 0.14 19.82 0.6 0.65
Hex DB 92 6E 0 21 32 E 14 3C 41
Octal 333 222 156 0 41 62 16 24 74 101
Binary 11011011 10010010 1101110 0 100001 110010 1110 10100 111100 1000001

Color Harmonies of #DB926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB926E

Black with #DB926E

Text Example


Text Example

White with #DB926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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