Html Css Color HEX #DA936D Copper

📋 copy color: '#DA936D'

red 218 ◦ green 147 ◦ blue 109

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

Shades of Copper #DA936D

Tints of Copper #DA936D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 45.99%
G = 31.01%
B = 23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA936D (or 0xDA936D) is known color: Copper. HEX triplet: DA, 93 and 6D. RGB value is (218,147,109). Sum of RGB (Red+Green+Blue) = 218+147+109=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA936D is #256C92. Grayscale: #A4A4A4. Windows color (decimal): -2452627 or 7181274. OLE color: 7181274.

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

Color convert

RGB 218 147 109 -
CMYK 0 0.33 0.5 0.15
HSL 20.92º 0.6% 0.64% -
HSV(B) 20.92º 0.5% 0.85% -
XYZ 42.11 36.88 19.37 -
YUV 163.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 218 147 109 0 0.33 0.5 0.15 20.92 0.6 0.64
Hex DA 93 6D 0 21 32 F 15 3C 40
Octal 332 223 155 0 41 62 17 25 74 100
Binary 11011010 10010011 1101101 0 100001 110010 1111 10101 111100 1000000

Color Harmonies of #DA936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA936D

Black with #DA936D

Text Example


Text Example

White with #DA936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA936D; }

 p { color: rgb(218,147,109); }

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

background-color css

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

 a { background-color: rgb(218,147,109); }

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

border-color css

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

 span { border-color: rgb(218,147,109); }

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