Html Css Color HEX #DA916C Copper

📋 copy color: '#DA916C'

red 218 ◦ green 145 ◦ blue 108

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

Shades of Copper #DA916C

Tints of Copper #DA916C

RGB

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

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

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

R = 46.28%
G = 30.79%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA916C (or 0xDA916C) is known color: Copper. HEX triplet: DA, 91 and 6C. RGB value is (218,145,108). Sum of RGB (Red+Green+Blue) = 218+145+108=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA916C is #256E93. Grayscale: #A2A2A2. Windows color (decimal): -2453140 or 7115226. OLE color: 7115226.

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

Color convert

RGB 218 145 108 -
CMYK 0 0.33 0.50 0.15
HSL 20.18º 0.6% 0.64% -
HSV(B) 20.18º 0.5% 0.85% -
XYZ 41.75 36.24 18.98 -
YUV 162.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 218 145 108 0 0.33 0.50 0.15 20.18 0.6 0.64
Hex DA 91 6C 0 21 32 F 14 3C 40
Octal 332 221 154 0 41 62 17 24 74 100
Binary 11011010 10010001 1101100 0 100001 110010 1111 10100 111100 1000000

Color Harmonies of #DA916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA916C

Black with #DA916C

Text Example


Text Example

White with #DA916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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