Html Css Color HEX #DA926B Copper

📋 copy color: '#DA926B'

red 218 ◦ green 146 ◦ blue 107

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

Shades of Copper #DA926B

Tints of Copper #DA926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 46.28%
G = 31%
B = 22.72%

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

#DA926B (or 0xDA926B) is known color: Copper. HEX triplet: DA, 92 and 6B. RGB value is (218,146,107). Sum of RGB (Red+Green+Blue) = 218+146+107=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA926B is #256D94. Grayscale: #A3A3A3. Windows color (decimal): -2452885 or 7049946. OLE color: 7049946.

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

Color convert

RGB 218 146 107 -
CMYK 0 0.33 0.51 0.15
HSL 21.08º 0.6% 0.64% -
HSV(B) 21.08º 0.51% 0.85% -
XYZ 41.85 36.52 18.75 -
YUV 163.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 218 146 107 0 0.33 0.51 0.15 21.08 0.6 0.64
Hex DA 92 6B 0 21 33 F 15 3C 40
Octal 332 222 153 0 41 63 17 25 74 100
Binary 11011010 10010010 1101011 0 100001 110011 1111 10101 111100 1000000

Color Harmonies of #DA926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA926B

Black with #DA926B

Text Example


Text Example

White with #DA926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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