Html Css Color HEX #DA9168 Copper

📋 copy color: '#DA9168'

red 218 ◦ green 145 ◦ blue 104

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

Shades of Copper #DA9168

Tints of Copper #DA9168

RGB

 RED value IS 218 (85.55% from 255) = 46.68%

 GREEN value IS 145 (57.03% from 255) = 31.05%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 46.68%
G = 31.05%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9168 (or 0xDA9168) is known color: Copper. HEX triplet: DA, 91 and 68. RGB value is (218,145,104). Sum of RGB (Red+Green+Blue) = 218+145+104=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9168 is #256E97. Grayscale: #A2A2A2. Windows color (decimal): -2453144 or 6853082. OLE color: 6853082.

HSL color Cylindrical-coordinate representation of color #DA9168: hue angle of 21.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA9168 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 104 -
CMYK 0 0.33 0.52 0.15
HSL 21.58º 0.61% 0.63% -
HSV(B) 21.58º 0.52% 0.85% -
XYZ 41.54 36.16 17.89 -
YUV 162.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 218 145 104 0 0.33 0.52 0.15 21.58 0.61 0.63
Hex DA 91 68 0 21 34 F 16 3D 3F
Octal 332 221 150 0 41 64 17 26 75 77
Binary 11011010 10010001 1101000 0 100001 110100 1111 10110 111101 111111

Color Harmonies of #DA9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9168

Black with #DA9168

Text Example


Text Example

White with #DA9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9168; }

 p { color: rgb(218,145,104); }

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

background-color css

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

 a { background-color: rgb(218,145,104); }

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

border-color css

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

 span { border-color: rgb(218,145,104); }

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