Html Css Color HEX #DA926E Copper

📋 copy color: '#DA926E'

red 218 ◦ green 146 ◦ blue 110

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

Shades of Copper #DA926E

Tints of Copper #DA926E

RGB

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

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

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

R = 45.99%
G = 30.8%
B = 23.21%

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

#DA926E (or 0xDA926E) is known color: Copper. HEX triplet: DA, 92 and 6E. RGB value is (218,146,110). Sum of RGB (Red+Green+Blue) = 218+146+110=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA926E is #256D91. Grayscale: #A3A3A3. Windows color (decimal): -2452882 or 7246554. OLE color: 7246554.

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

Color convert

RGB 218 146 110 -
CMYK 0 0.33 0.50 0.15
HSL 20º 0.59% 0.64% -
HSV(B) 20º 0.5% 0.85% -
XYZ 42.01 36.59 19.6 -
YUV 163.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 218 146 110 0 0.33 0.50 0.15 20 0.59 0.64
Hex DA 92 6E 0 21 32 F 14 3B 40
Octal 332 222 156 0 41 62 17 24 73 100
Binary 11011010 10010010 1101110 0 100001 110010 1111 10100 111011 1000000

Color Harmonies of #DA926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA926E

Black with #DA926E

Text Example


Text Example

White with #DA926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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