Html Css Color HEX #DA936A Copper

📋 copy color: '#DA936A'

red 218 ◦ green 147 ◦ blue 106

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

Shades of Copper #DA936A

Tints of Copper #DA936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 46.28%
G = 31.21%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA936A (or 0xDA936A) is known color: Copper. HEX triplet: DA, 93 and 6A. RGB value is (218,147,106). Sum of RGB (Red+Green+Blue) = 218+147+106=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA936A is #256C95. Grayscale: #A3A3A3. Windows color (decimal): -2452630 or 6984666. OLE color: 6984666.

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

Color convert

RGB 218 147 106 -
CMYK 0 0.33 0.51 0.15
HSL 21.96º 0.6% 0.64% -
HSV(B) 21.96º 0.51% 0.85% -
XYZ 41.95 36.81 18.53 -
YUV 163.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 218 147 106 0 0.33 0.51 0.15 21.96 0.6 0.64
Hex DA 93 6A 0 21 33 F 16 3C 40
Octal 332 223 152 0 41 63 17 26 74 100
Binary 11011010 10010011 1101010 0 100001 110011 1111 10110 111100 1000000

Color Harmonies of #DA936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA936A

Black with #DA936A

Text Example


Text Example

White with #DA936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA936A; }

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

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

background-color css

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

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

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

border-color css

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

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

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